06-12-2007 12:12 PM
06-12-2007 01:08 PM
http://bray.velenje.cx/avr/terminal/
The link can be flakey - google "terminal bray" for another download link.
Menchar
06-12-2007 01:14 PM
06-12-2007 01:22 PM
06-12-2007 01:26 PM
06-12-2007 02:26 PM
06-12-2007 02:28 PM
06-12-2007 03:03 PM
06-13-2007 03:47 AM
Many of my programs use the CVI RS232 library to transfer binary data, and I've never seen this effect. The only place that a 0x0D character is explicitly added to a string containing a 0x0A one, as far as I am aware, is when the string is being written to a file that has beed opened in text mode. I presume this is not your situation? How are you inspecting the data in the input queue?
JR
06-13-2007 05:33 AM
I've never observed such a phenomenon too, and I've been heavily using rs232 in my job.
According to the first post, RMACOM is using standard RS232 library (OpenComConfig and ComRdByte): one possibility could be to read back an entire strung from the connected device and see if the LF is added there too, or install a com callback on the CR character being received.
Just some suggestions...