STM32F1 ubuntu24.04 arduino-ide(2.3.7) serial communication problem
Hi
void setup() {
Serial.begin(9600);
delay(2000);
Serial.print("hello");
}
void loop() {
Serial.print(".");
delay(1000);
}Can anyone help me ?
Thanks in advance
Hi
void setup() {
Serial.begin(9600);
delay(2000);
Serial.print("hello");
}
void loop() {
Serial.print(".");
delay(1000);
}Can anyone help me ?
Thanks in advance
As
For specific questions about the STM32 Arduino core, you could also try: https://www.stm32duino.com/
Whichever you choose, you will need to tell them what STM32 board you are using and how, exactly, you have it connected to your Host computer.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.