How to send hex data from ESP8266 via TCP/UDP
Posted: Sat May 21, 2016 3:56 am
Hi,
I just got my hands on ESP8266 NodeMCU 12-E module and blown away by its capabilities !!
I managed to code it to connect to my access point.
However i want to send some hex data from the ESP8266 to my PC connected to the same access point.
When i try sending, for example 0x56, i get 35 36 i.e. ASCII on my PC ( i am using PortPeeker to view the received data).
How can i send hex data from the ESP8266 ??
I just got my hands on ESP8266 NodeMCU 12-E module and blown away by its capabilities !!
I managed to code it to connect to my access point.
However i want to send some hex data from the ESP8266 to my PC connected to the same access point.
When i try sending, for example 0x56, i get 35 36 i.e. ASCII on my PC ( i am using PortPeeker to view the received data).
How can i send hex data from the ESP8266 ??