Hi again,
I could really do with some help regarding sending commands using the code display string.
Basically i am need to send a HEX string of 02 08 00 xx xx 00 00 20 00 03 to a bluetooth device as a command.
The xx represent the changing data hex that i am sending.
The problem i am having is that i can send the command no problem by writing out a full string and using the \ code display input: \02\08\00\xx\xx\00\00\20\00\03 and this has the required effect.
When i send the same concatenated string i have issues.... 1st set \02\08\00 2nd set is my data 3rd set is \00\00\\20\00\03 but i dont get a code display output that i need, i get \02\b\009624\00\00\s\00\03
Im sorry if this doesnt make much sense but in my head i think it sounds ok!
Many thanks
Alex