1. Home
  2. Boards
  3. RX & TX pins are not coupled with the internal USB, what are they used for?

RX & TX pins are not coupled with the internal USB, what are they used for?

RX & TX are still connected to UART0, and still used with the USB when in CDC (download mode). Otherwise, you can use them as UART0 when connecting a module that uses serial, or use them as general IO, it’s up to you.

On the TinyPICO Nano, RX/TX are tied to the SerialUART chip and cannot be used for other purposes. They are exposed so you can read the serial output from UART0.

Updated on July 31, 2023

Related Articles