Search found 1 match

by RolfSte
Mon Oct 04, 2021 7:26 pm
Forum: Custom design boards
Topic: Serial1 usage
Replies: 1
Views: 12349

Serial1 usage

Hi,

I'm using an NUCLEO F103 board and try to send monitor data over Serial1.

This works in setup:

void setup() {
HardwareSerial Serial1(PA10, PA9);
Serial1.begin(9600);
Serial1.println("Testpoint 1");
......


but I have found no way to use Serial1 in other functions
or globally for ...

Go to advanced search