Arduino sending UDP messages,,,, dont work after 100bytes, wireshark help

mmm im getting this error when i try to compile

the line that was changed its highlited

" Udp.write(ReplyBuffer,20); "

the header of the debug console says "invalid conversion from chart to const uint8_t*

edit

solved :wink:

i need to use unsigned char , tnks a lot :slight_smile: