Avatar for user155430

user155430

Member since May 2023 • Last active May 2023
  • 1 conversations
  • 1 comments

Most recent activity

    • 2 comments
    • 847 views
  • in Interfacing
    Avatar for user155430

    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?

Actions