You are reading a single comment by @user155430 and its replies. Click here to read the full conversation.
  • 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?

About

Avatar for user155430 @user155430 started