FAQ

Serial USB and Serial

userHead JaneYu 2024-07-24 11:20:01 2205 Views1 Replies

Serial USB and Serial

2025-07-24 11:20:17

Most of the Arduino examples are debugging and providing output via Serial.print, but the USB port of the official Arduino M0 kernel is changed to SerialUSB.

We have fixed this problem so you can use USB for debugging when using Serial and SerialUSB. TX1, RX1 and TX, RX are set to Serial1 and Serial2 respectively.

userHeadPic JaneYu