I’m new to the cRIO, so this might be basic stuff…
I understand that you can connect to the cRIO and get console output through a terminal program (say HyperTerminal) through the serial port and a null modem cable. But, is there a way to telnet (or otherwise) to it in order to read files? I’d like to be able to log data to a file (by just redirecting std out for example), and then be able to log in and read the file (or retrieve it) later.
Is that even possible? Or can you only get console output through a terminal in real time? Is there any way to capture console output over the network instead of just serial? (I know you are able to debug that way, but can I get console output over network during a match?)

).