View Single Post
  #1   Spotlight this post!  
Unread 12-01-2008, 20:48
Mike Bennett Mike Bennett is offline
Registered User
FRC #1918
Team Role: Programmer
 
Join Date: Jan 2008
Rookie Year: 2008
Location: Fremont, Michigan
Posts: 5
Mike Bennett is an unknown quantity at this point
External data storage

I'm new to this "embedded" programming. We are using MPLAB and the IFI Loader. In my program I can use the printf command to show information while the program is running.
However, while testing, I would like to collect data and then output it to a device so that I can read the data into a program like EXCEL and plot the data.
Can any one tell me a way of doing this?