Arduino Forum
Reading last sent command from Serial
Projects
Programming
wildbill
March 12, 2012, 2:40pm
3
This:
blinkmodeon == 0;
Should be this:
blinkmodeon = 0;
show post in topic
Related topics
Topic
Replies
Views
Activity
Help with Serial.read code.
Syntax & Programs
4
1659
May 6, 2021
How to break an infinite loop in serial communicaton?
Interfacing w/ Software on the Computer
6
2263
May 6, 2021
Blinking LED From Serial Read [SOLVED]
Programming
4
10131
May 5, 2021
serial while loop break
Programming
6
1399
May 5, 2021
While Loop help
Programming
9
1625
May 5, 2021