Error when sending number 13
Serial and TCP terminal for engineering and debugging
Brought to you by:
crun
Thanks for a great program!
I am currently using it to debug a communication protocol, but found the following problem:
When sending a byte with value 13 (0x0D), RealTerm sends two bytes 13 and 0 (0x0D00)
13 in the ascii table is carriage return, so this might be the problem?
Unfortunately, this makes the program useless for my communication testing, as i get an error each time a 13 is sent.
What version.
How are you sending. What is the display type set to?
If you are using ansi mode, this might be what is expected
Version 2.0.0.57
I am using display type "Hex[Space]" and "Send Numbers"
I am sending to a embedded device and for test, this device prints all that it receives. The problem is only for the number 13.
in the latest version (2.0.0.70) this bug is still present!
how can i contribute to fix this bug?
Unable to duplicate this in testing. Sure you don't have half duplex turned on?