-
Notifications
You must be signed in to change notification settings - Fork 1k
How to use Serial2 #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hum in fact, this is not right, copy/paste mistake. Arduino_Core_STM32/variants/NUCLEO_F103RB/variant.h Lines 114 to 119 in c153f5f
Other U(S)ART possibility are here: Arduino_Core_STM32/variants/NUCLEO_F103RB/PeripheralPins.c Lines 158 to 178 in c153f5f
Some info: |
Serial1 seems to work right. My code:
Thank you. |
Board variant files describe the board support. Fix stm32duino#476 Signed-off-by: Frederic.Pillon <[email protected]>
I found this section on your boards.txt.
I tried Serial2.
But Serial2.println() output to Arduino-IDE Monitor.
I want to output like this.
To Arduino-IDE using Serial.
To PC10 using Serial2.
Code:
My setting:

Result:

The text was updated successfully, but these errors were encountered: