Hello,
I send from my android device to a microcontroller and this sends some data back as confirmation.
I use a ESP8266 that receives Wifi data with a server socket and sends it by serial communication to my microcontroller.
The communication between the ESP and uC is 115200 baud.
I used to...