-->
Page 1 of 2

udpwrite

PostPosted: Tue Jan 03, 2017 2:58 pm
by monki100
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.

Re: udpwrite

PostPosted: Wed Jan 04, 2017 5:22 am
by ilc

Re: udpwrite

PostPosted: Wed Jan 04, 2017 6:28 am
by monki100
Thank you for you the link.

But this is not a solution.
i must send the a sequence with end chr(0) & chr(55).

it is possible to send binary data?

Re: udpwrite

PostPosted: Wed Jan 04, 2017 8:46 am
by rudy
have a look at ESP8266 Send / Receive Binary Data using UDP

https://thearduinoandme.wordpress.com/t ... nary-data/