Is there a way to run console on both usb_serial_jtag and UART for ESP32-S3?
Posted: Thu May 16, 2024 5:14 pm
Ideally I want to log in to the same console by connecting either UART or USB port. Is that technically possible?
Configuring usb_serial_jtag as secondary output is close, but it won't be able to take inputs from console.
The ESP32-S3 Micropython image (https://micropython.org/download/ESP32_GENERIC_S3) is actually supporting this feature.
Looks like they're achieving this by configuring USB as OTG. But at least it proofs it's possible in hardware?
Can I configure usb_serial_jtag as the primary output then manually configure UART0 and hook it up to stdin/stdout?
(Asked in hardware component as well. Once it's got answered I will link the answer in both thread, thanks!)
Configuring usb_serial_jtag as secondary output is close, but it won't be able to take inputs from console.
The ESP32-S3 Micropython image (https://micropython.org/download/ESP32_GENERIC_S3) is actually supporting this feature.
Looks like they're achieving this by configuring USB as OTG. But at least it proofs it's possible in hardware?
Can I configure usb_serial_jtag as the primary output then manually configure UART0 and hook it up to stdin/stdout?
(Asked in hardware component as well. Once it's got answered I will link the answer in both thread, thanks!)