M to M String Length Limit
TurnipTruck
Posts: 1,485
Greetings,
Are there any know limitations in byte length of SEND_STRINGs between masters on the WAN? I am working on an application where I sometimes need to send 400-500 bytes.
The data is not critical, for entertainment purposes only. Are M to M SEND_STRINGS relatively reliable events? Should I be building in some sort of a checksum/retransmission methodology?
Are there any know limitations in byte length of SEND_STRINGs between masters on the WAN? I am working on an application where I sometimes need to send 400-500 bytes.
The data is not critical, for entertainment purposes only. Are M to M SEND_STRINGS relatively reliable events? Should I be building in some sort of a checksum/retransmission methodology?
0
Comments
But they are quite reliable. I don't think you need be concerned about checksums, etc. If the connection exists at all, they go through, and if it doesn't, you get a device error as soon as you attempt a SEND_STRING (or COMMAND).