Ok, I just did a quick test and setting the port up with bytesize:8 helps:
bytesize:8
Serial4.setup(9600,{tx:C10,rx:C11,bytesize:8});
There seems to be another big issue with memory leaks though. Sorry about that.
I'll fix it for the 'real' 1v66 release, and I'll try and get that out soon so nobody else encounters this.
@Gordon 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.
Ok, I just did a quick test and setting the port up with
bytesize:8
helps:There seems to be another big issue with memory leaks though. Sorry about that.
I'll fix it for the 'real' 1v66 release, and I'll try and get that out soon so nobody else encounters this.