Page 1 of 1

How to send hexadecimal message from the Socket atom to another software

Posted: Friday 06 February, 2015 - 11:14
by LAC-Bursi
Hi community,

I need to send from the socket atom to another program some messages.

These message contain hexadecimal values (I need to use 8 bit for each value).

This is an example of message to send:

Code: Select all

87, CD, 00, 08, 00, 20, 00, 01, 00, 61, 00, 1C, 00, C7, 
00, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 
00, 00, 00, 00, 00, 00, 00, 00, 00, 04, B9, FF
The software that receives the message can't manipulate it, so I need to send the message correctly.

Have you some suggestion?

Thanks in advance
Fabio