Change the baudrate
No it was working fine. I just got the problem. The baudrate is ok
Do you have serial.begin in your code?
Yep. I mean everything was working fine til a minute ago. I uploaded the code another time and ran into this issue
Send your code through
void setup() { Serial.begin(9600); } void loop() { Serial.print(5); delay(2000); }
Last month somebody ask the same thing in Python group. The issue is setting up serial in Arduino or other microcontroller takes time. He just put sleep command for 5 second after serial.begin and the issue goes away
I'm a she btw😁 thx for the help again!
Sorry for the gender mixup. Not really familiar with other region names
So, where was the issue? Was it the baudrate?
Обсуждают сегодня