Thank you ClearMemory041063,
Yes, I use WEBIDE to access the PICO
I did your examples, and I get always the same error, either on Serial1 or on Serial2.
For example, with the file you attached, on Serial2 the error is:
Uncaught Error: Function "g" not found!
at line 1 col 23
var Port=Serial2;Port.g(9600,{f:A3,i:A2,a:8,c:"even",h:1});P...
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.
Thank you ClearMemory041063,
Yes, I use WEBIDE to access the PICO
I did your examples, and I get always the same error, either on Serial1 or on Serial2.
For example, with the file you attached, on Serial2 the error is:
Uncaught Error: Function "g" not found!
at line 1 col 23
var Port=Serial2;Port.g(9600,{f:A3,i:A2,a:8,c:"even",h:1});P...
=undefined
Any clue ?
Thanks a lot
GeekBot