Are there any quirks about communicating over serial vs communicating with the IDE Console (Espruino Pico)? Have been struggling to get the same commands working over serial that work on left side of IDE. I am trying to use pyserial. Have tried Windows and Linux. Tried a serial communications tester as well.
Arduino serial monitor works as well as IDE console.
Maybe its my newline character?
I've been sending
ser.write("LED1.set()" + "/n")
as an example
I'm struggling to debug this as well. Any ideas on how I can debug this easily?
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.
Are there any quirks about communicating over serial vs communicating with the IDE Console (Espruino Pico)? Have been struggling to get the same commands working over serial that work on left side of IDE. I am trying to use pyserial. Have tried Windows and Linux. Tried a serial communications tester as well.
Arduino serial monitor works as well as IDE console.
Maybe its my newline character?
I've been sending
as an example
I'm struggling to debug this as well. Any ideas on how I can debug this easily?