udpwrite
Posted: Tue Jan 03, 2017 2:58 pm
Hallo,
How can i send chr (0) via udpwrite.
I have try
udpwrite "192.168.1.97" , 8899 , chr(66) & CHR(0) & chr(85)
But only the first byte (66) is received.
How can i send chr (0) via udpwrite.
I have try
udpwrite "192.168.1.97" , 8899 , chr(66) & CHR(0) & chr(85)
But only the first byte (66) is received.