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

All topics on the Atoms in any Enterprise Dynamics Library.
Post Reply
LAC-Bursi
Posts: 41
Joined: Friday 09 November, 2012 - 10:37

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

Post 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
Post Reply