However, if we increase the baudrate to 115200, software-serial will get the wrong data.
Software serial can't handle much above 9600 baud, so this is to be expected. If you want higher then you could use an external SPI to serial bridge chip.
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.
Software serial can't handle much above 9600 baud, so this is to be expected. If you want higher then you could use an external SPI to serial bridge chip.