Here's the situation:
I have a constant size data packet (10 bytes).
In the ASCII query parser, I've selected to split packets by sign
characters. My first two bytes of every packet are #00 #00, and
my last two bytes of every packet are #11 #11. I've also selected
"the control length of the data packet" to be 10.
I'm finding, however, that if my byte #8 is also a #11, that the packet
is truncated one byte short. My packet #8 can be anything from #00 to #FF,
so I don't know what else to try.
Why isn't the control length working?
Thanks! (Registered owner!)
-mark tanner