I have a need to send binary/hex data via TCP. The messages are also variable in length (think of robotics as opposed to HTML or file transfers). The attempts I've made seem to indicate that some Hex codes in the data may cause certain behaviors in the TCP RECV and/or TCP SEND commands, i.e., I create a "string" of hex codes but my messages sent and received do not appear to go beyond the first "00" byte in the data string.
Are there any PB examples which might use this type of send/receive?
Thanks
Are there any PB examples which might use this type of send/receive?
Thanks
Comment