|
Re: Capture Data from the cRio
You probably don't want to use dprintf...it may work, but it is intended for debug and may write into a debug or error file which would be hard to parse.
Looking deeper into BAE utilities, you'll be lead to a function "fwrite" declared in stdio.h. That's your best way to write a file.
After the file is written, you can FTP into the cRIO to retrieve it...I believe the user is "root" with no password.
-Jeff Erickson, FRC 41
|