Most likely some control signals (CTS,RTS,DTR,DSR) have incorrect state.
Most likely some control signals (CTS,RTS,DTR,DSR) have incorrect state.
yes .. checked that ... i have disabled both DTR & RTS
Still same problem..
After opening the port (line 18) read potential garbage. You do not know what are the parameters of the port (speed, parity etc.) before programming. If the second side send something on your side will be garbage. The port is still active and supported by the operating system and driver.
I think that Hyperterminal do this for You. This is normal.
You are wrong using QtSerialPort! First, need open device, and second - configure it!Sorry i forgot to mention.. I have tried QSerialPort (QSerialDevice) also... result is same...
Please read documentation.
Thanks Very Much
I was configuring it first then opening it.
But it was Vice Verca.
Bookmarks