ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

TCP Client

Open martinmmi opened this issue 2 years ago • 0 comments

Hello, iam martin and i have a short question.

I have this tcp sequences from a tcp server:

OFF: 80 30 41 42 43 44 45 46 47 20 20 20 20 20 20 20 20 20

GREEN: 80 31 41 42 43 44 45 46 47 20 20 20 20 20 20 20 20 20

RED: 80 33 41 42 43 44 45 46 47 20 20 20 20 20 20 20 20 20

How can I print it into a serial monitor?

When i use this udp example: https://github.com/arduino-libraries/Ethernet/blob/master/examples/UDPSendReceiveString/UDPSendReceiveString.ino with the arduino ethernet lib, it works perfect with udp.

Many thanks Martin

martinmmi avatar Jun 01 '23 15:06 martinmmi