We also tested for sending data from ESP to PC, we found that the PC get the wrong data, at any baudrate. So, for receiving, the software serial is ok for up to 9600, while for sending data is failed.
My code is tested on hardware serial (Serial1), it is no problem for sending or receiving.
We need two serials on my ESP-12, one is for getting data from sensor and the other for displaying the data to LED matrix display.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
yes. Yesterday, I updated the source.
We also tested for sending data from ESP to PC, we found that the PC get the wrong data, at any baudrate. So, for receiving, the software serial is ok for up to 9600, while for sending data is failed.
My code is tested on hardware serial (Serial1), it is no problem for sending or receiving.
We need two serials on my ESP-12, one is for getting data from sensor and the other for displaying the data to LED matrix display.