I'm using a serial port to talk between processes running on a Windows computer (running QT4 - MinGW, using QextSerialPort) to a stand-alone process running on an imbedded computer.
It appears that when I end a line with a \n ("nl"), the serial driver under the hood is appending a \r ("cr") to it. The QextSerialPort isn't doing it and I'm assuming (??) that the C++ compiler isn't doing it, and I don't see anything in the win32 serial port API that would disable it.
Is there a way to suppress this behavior?
Thanks
Bookmarks