Search found 1 match

by Vibhore
Tue Jul 04, 2023 8:03 am
Forum: General discussion
Topic: USB CDC Serial API for blue pill
Replies: 2
Views: 12902

USB CDC Serial API for blue pill

Hi all, I have flashed a blue-pill with maple boot loader and I am trying to use Serial capability of the bluepill board to read and write characters. My code is as follows:

void setup() {
Serial.begin(9600); // Set the baud rate to match your serial monitor
while(!Serial);
Serial.println ...

Go to advanced search