Quote:
|
Originally Posted by Kevin Watson
1) Drop a copy of beacon.c and beacon.h into a directory containing a fresh copy of the default EDU-RC code.
|
im assuming you mean the default FRC code here... we tried this, and it didnt work. running the program gives the error code "USER VIOLATION: Timeout on Packet Number (Infinite Loop or No call to PutData)" on the dashboard viewer. adding some debugging printf statements, we found that it initializes correctly and loops through the main loop several times, and then halts with that message. the odd thing is, it halts in the middle of the printf statement... i dont know if this is normal or what, but it gives the same error message with or without the printfs in there, so i dont think thats the problem. any ideas?