I was reading this link:
http://firstforge.wpi.edu/sf/wiki/do...FAQ-NetConsole
And it says that NetConsole provides a bi-directional link between some external client program and the cRIO. It also says that the NetConsole client is built into the NetBeans plugins. This implies that you could create a simple command line menu in your NetBeans console to intereact with the application running on your robot.
I can see that System.out is directed to the NetBeans console but how do you read input typed into that console with your Java code? System.in does not seem to even be a valid symbol.
Thanks!
CHAD