Hello.
I have a doubt and need some help.
I have a small script that opens a serial communication (USB) with a board containing a zigbee module. Almost all the the messages I have to send through this port contains a carriage-return (0x0D) in the end of the string. Is it possible to force this character to output?
Apparently, when I try : "puts $channel ATMY\r", the carriage-return is ignored.
The messages that don't have the CR in the end are well received by the board.
Thank you.
Renato
I have a doubt and need some help.
I have a small script that opens a serial communication (USB) with a board containing a zigbee module. Almost all the the messages I have to send through this port contains a carriage-return (0x0D) in the end of the string. Is it possible to force this character to output?
Apparently, when I try : "puts $channel ATMY\r", the carriage-return is ignored.
The messages that don't have the CR in the end are well received by the board.
Thank you.
Renato