This is something that happened seeming out of the blue, not right after immediately re-imaging the cRIO or anything like that.
When I download code to the robot, everything is perfectly normal until this line
Code:
[cRIO] [Squawk VM] Version: 2011 FRC, Jan 6 2011, 09:58:39
[cRIO] ,RF 1102 :noisreV ]MV kwauqS[
[cRIO] c5e5aae2x0:DIUG erawdraH AGPFtoS AGPF
[cRIO] 9cc16b110a358669a8a1f
After this point, anything written to the console, like print statements, exceptions, etc., are all backwards. Occasionally there are also letters omitted from the output console, e.g.
Code:
System.out.println("Hello");
might show up as
The only thing I've seen print forward after this point was an error message about an FTP thread being closed (paraphrasing from memory).
Has anyone else been having a problem anything like this? I'm using Java and running Netbeans 6.9.1 on Mac OS X 10.6.6
Edit:
I tried this out on a team mate's computer, everything works fine for him.