Serial3.setConsole() doesn't work?

Posted on
  • I have a terminal connected to GPIO17 + GPIO16 and it can communicate fine with Serial3 at 115200:
    Serial3.setup(115200, {});
    When I do Serial3.setConsole() I lose console / js interaction on Serial1 but don't get it on Serial3. Is this a bug, or am I not doing it right?

    Ideally I want the default js console to appear on Serial2 or Serial3 always, so I can have a dedicated terminal always active, and the esptool_py can use Serial1 to reprogram the device as needed. I want to avoid having to keep exiting and reloading my terminal program.

    It seems as though either Espruino or ESP32 has made it as cryptic and difficult as possible to accomplish this goal.

    Thanks for any advice...
    -Dave

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

Serial3.setConsole() doesn't work?

Posted by Avatar for dashxdr @dashxdr

Actions