Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By abhishek.ekhare
#47757 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 ??