Malcolm
September 9, 2018, 1:34pm
2
I have continued to search forums and found another thread related to this and confirms I need to use Scripted TCP Connection, the thread i found is below
I’ve encountered a problem with the UDP driver. I’m trying to bring in a sequence of bytes which contain binary representations of different values (e.g. 32-bit integers and 32-bit IEEE floating point numbers). I’ve set the Message Delimiter Type to PacketBased, which brings the whole sequence in as a string.
The problem with this is that it cannot cope with byte values greater than 127. If it finds any it replaces them with 0xfd.
Any ideas how we can access the correct values? We were hoping …