Multi serial port application
Unsolved
General and Desktop
-
Hi
normally its ttyS4
for
serial->setPortName(p.name);Did you see the sample
http://doc.qt.io/qt-5/qtserialport-terminal-example.htmlIts available directly in Creator and you can use to test.
-
Also if you are having ONLY 2 serial ports why are you then
trying the /dev/ttyS4 port ???
i would giess on
/dev/ttyS0
or
/dev/ttyS1