Uploaded program won't run
i have uploaded program uses analog input , output. program won't run unless open serial monitor, problematic because i'd love run off of separate power supply away laptop. going on?
hi,
you have
while (!serial) {}
snippet somewhere, stops execution until serial monitor gets opened.
remove , done!
you have
while (!serial) {}
snippet somewhere, stops execution until serial monitor gets opened.
remove , done!
Arduino Forum > Using Arduino > Installation & Troubleshooting > Uploaded program won't run
arduino
Comments
Post a Comment