PDA

View Full Version : Dashboard Recorder


Jim Zondag
11-08-2001, 09:57 PM
Does anyone out there have an existing utility to grab data from the dashboard port and dump it into a .txt file or an Excel sheet? I started writing one in C this afternoon and then I thought that there are probably some good ones already out there.

Matt Leese
11-08-2001, 11:36 PM
Originally posted by Jim Zondag
Does anyone out there have an existing utility to grab data from the dashboard port and dump it into a .txt file or an Excel sheet? I started writing one in C this afternoon and then I thought that there are probably some good ones already out there.
I don't know of anything to dumb the data to disk. However, I did write a Dashboard port reader in C a few years ago. You can find it along with the source code at http://www.bcpl.net/~mleese/dashboard.html The actual reader part is fairly modular and you could fairly easily write something to simply dump it to disk. It's a Win32 program. If you need any help, feel free to ask me.

Matt

Jim Zondag
11-11-2001, 06:13 PM
Matt,
Thanks, I think that will work fine, I can use your port reader section and write a chunk to write the incoming data to a file.

Jim Zondag