Hi,
I've noticed that when I send a 0x0A character to the digi device via a TCP socket connection, it for some reason sends the following out of the serial port "0x0D 0x0A". It adds a carriage return whenever a new line character is received.
I need to send raw binary data through the Digi module and corrupts my data packets. How could I disable this functionality?
Thanks a lot!