B4R Question ESP8266 and serial AsyncStreamsObject

Andrej Meszaros

Member
Licensed User
Longtime User
Hi Erel, I just begin to use ESP8266 module, and I see You already implement some libraries for this module. It is great. So my question is, if I can use the asyncstream to receive serial packet with ESP8266 from microcontroller. It already implement the asyncstream format in microcontroller. So the ESP8266 should receive the serial packet from microcontroller end send it via UDP to network. And when ESP8266 receives UDP packet, should send it to microcontroller via asyncsteream object.

Thank You

Andrej
 
Top