I'm having a problem with receiving FUDI data sent over UDP.
The datagrams are being received, and I can print the byte values:
[netreceive -u -b 5400]
|
[print]
sample output:
print: 52 56 48 32 52 59
print: 49 57 50 32 51 59
print: 49 57 50 32 51 59
print: 49 57 53 50 32 52 59
print: 49 57 53 50 32 52 59
But without the -b
flag, nothing is printed. The byte values look like correctly-formatted FUDI to me: two atoms, separated by a space, terminated by a semicolon.
This was working for me yesterday and I'm not sure what changed.