Has anyone else had issues uploading a completed program?
I've had mixed results trying to upload my code, sometimes it finishes its timing tests and loads fine. Other times it just sits of Listening for timing data.... even tho there are no untimed agents or nodes in the project.
I thought it may be my project so I made a simple blink as per the tutorial and the same thing happened, sits on listening for timing data......
I updated to 1.1.4.0 and the same thing happens.
Ive tried:
Changing USB ports
Using a different Arduino
Restarting Embiro
Restarting Computer
Rewriting Code
Im not sure if its a bug or I'm stupid (possibly both)
its been a great program thus far my only 2 issues are this and the fact that you cant see your finished code. My plan was to run my finished code on a PCduino3 but that doesn't seem like a possibility at this stage.
Any help with the Timing Data issue would be greatly appreciated.
Cheers
PS
Found out how I possibly broke it, I inserted a custom code node and in the Setup box I put Serial.begin(9600); and in the Loop I set it to Trigger and Serial.println("bblah blah");
When you try and upload it with that code in there it will listen for data forever, Then if you delete the Custom node it will still fail to upload, Doesnt matter what you try and do.
Edited by user Monday, April 06, 2015 12:01:51 AM(UTC)
| Reason: Not specified