Posted By
Dave Sampson
10-20-2021 14:39
Found In
Egroup:
Facility Control
\
view thread
Hi Chris, I do not see any issues with your code. It seems to create the payload you are expecting. The rosstalk.sendAsBytes will parse each ascii-encoded byte into its binary equivalent and send that byte array. So your code would send the binary byte array: [0x12, 0x00, 0x1f, 0x00, 0x00, 0x08, ...
|