Serial vs IDE Console

Posted 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

    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?

  • I think you just have the wrong slash? Instead of "/n" use "\n"

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Serial vs IDE Console

Posted by Avatar for user155430 @user155430

Actions