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
Have you some suggestion?
Thanks in advance
Fabio