I have a hardware controller that listens on TCP Port 4000 and i would like to control it over this Port.
I allready have it working on a windows computer by sending a tcp package with the raw bit content like "0f00023200000180010000000000000000".
As i understand the data format/meaning of the bits i would like to implement the same on the ESP via the Arduino IDE.
Until now i have not found a way to do this. Is this possible somehow?
Thanks a lot!!
Thomas