LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding SOT and CR to a message.

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.

0 Kudos
Message 1 of 4
(3,186 Views)


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....

0 Kudos
Message 2 of 4
(3,180 Views)

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.

 

0 Kudos
Message 3 of 4
(3,161 Views)

Use Concatinate String.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(3,110 Views)