06-27-2014 04:05 AM
Hello,
I want to send a message format of like this 0x02 0x12456789(needed message) 0x0D such that the it sends to the receiver
“0x02 0x31 0x32 0x34 0x35 0x36 0x37 0x38 0x39 0x0D”.
But I wonder how to add start of Text(0x02) and Carriage Return(0x0D) to my sending message like this SOT12456789CR.
Can anyone explain me a way to do this.
Thanks.
06-27-2014 04:25 AM
But I wonder how to add start of Text(0x02) and Carriage Return(0x0D) to my sending message like this SOT12456789CR.
Hi Patangova,
I cant understand the above text. You would like to replace SOT insteed of 0x0D ???? Sending messege to what ???
Please elaborate more....
06-27-2014 07:07 AM
Hello,
I want to know the values to be added to this number "0x12456789" and sent such that the receiver part receives “0x02 0x31 0x32 0x34 0x35 0x36 0x37 0x38 0x39 0x0D”.
Thanks.
06-30-2014 07:27 AM
Use Concatinate String.