You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: Adafruit ESP32-S2 Metro
Core Installation version: 2.0.0
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: yes
Upload Speed: 921600
Computer OS: MacOS
Description:
I'd like to be able to read debug/print messages from a hardware serial port (not USB).
I have connected a serial cable to the 'debug' serial port on the board. (RXD0 and TXD0 pins on the module) https://www.adafruit.com/product/954
I can see that the connections are OK because messages are printed on every reset, but I haven't been able to print to it in the code. Am I missing something obvious?
This may be a similar issue to #5463
Hardware:
Board: Adafruit ESP32-S2 Metro
Core Installation version: 2.0.0
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: yes
Upload Speed: 921600
Computer OS: MacOS
Description:
I'd like to be able to read debug/print messages from a hardware serial port (not USB).
I have connected a serial cable to the 'debug' serial port on the board. (RXD0 and TXD0 pins on the module)
https://www.adafruit.com/product/954
I can see that the connections are OK because messages are printed on every reset, but I haven't been able to print to it in the code. Am I missing something obvious?
This may be a similar issue to #5463
Sketch:
Debug Messages:
On serial port /dev/cu.usbmodem01
As expected I get:
On serial port /dev/cu.SLAB_USBtoUART
I see lots of boot/debug messages, but no print messages
The text was updated successfully, but these errors were encountered: