ESPAsyncWebServer
ESPAsyncWebServer copied to clipboard
TCP Client
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