Hello,
in my custom board based on ESP32-S3 I have a USB to UART device connected to the UART0. Then I have the inner USB/JTAG connected which allows me JTAG debugging.
At the moment I use the external USB to UART as shell console. I see the log on both UART (the UART0 and the port created by the internal USB).
Now I would use to the port created by the internal USB/JTAG (IO19 and IO20) as a UART to send/receive commands. How can I control this port? I can create a Uart config as uart_config_t uart_config = {...} but how have I to install (uart_driver_install(...))? Is there a specific port number for this port? In particular there are no specific pins for this port to use in the uart_set_pin() function.
ESP32-S3 CONSOLE using USB/JTAG port
-
- Posts: 9
- Joined: Thu Aug 31, 2023 1:01 pm
ESP32-S3 CONSOLE using USB/JTAG port
Last edited by BinaryPoet on Thu Jun 20, 2024 6:51 am, edited 1 time in total.
-
- Posts: 1700
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany