So after we start to understand why this causes a Fatal exception 9(LoadStoreAlignmentCause) and how to avoid it. Then soft serial needs to be extended to handle parity https://github.com/espruino/Espruino/blob/master/src/jsserial.c#L41
Fatal exception 9(LoadStoreAlignmentCause)
@MaBe started
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.
So after we start to understand why this causes a
Fatal exception 9(LoadStoreAlignmentCause)
and how to avoid it. Then soft serial needs to be extended to handle parity https://github.com/espruino/Espruino/blob/master/src/jsserial.c#L41