unable yo upload code on regular RA
Posted: Mon Sep 07, 2015 9:58 am
A couple days ago I was uploading fine. Yesterday I tried to upload some new code the wizard made and was getting sync error. Today I am able to upload this code I found while searching about 90% of the time without errors.
avrdude: Recv: . [14]
avrdude: Recv: . [10]
avrdude: Recv:
avrdude: stk500_cmd(): protocol error
The code I generate syncs out at about the same place everytime and I notice that when it pause uploading that the screen on the ree fangel comes back on.void setup()
{
Serial.begin(57600);
Serial.println("Test");
}
void loop()
{
}
avrdude: Recv: . [14]
avrdude: Recv: . [10]
avrdude: Recv:
avrdude: stk500_cmd(): protocol error