Electronics Project: Serial Port Data Logger
Posted: Sat Jun 28, 2008 11:02 am
Hi, Now that I've finaly made debugging easier by adding serial port support to my OS I thought it would be fun to try and build a data logger that I could attatch to the computer. My idea was that it would have two modes, store and send. In store it would just store all the data recieved into some kind of secondary storage. For send, it would, after recieving a command from the OS, send all the data it has stored. My idea was to create a kind of 'mini' OS whose sole purpose would be to send the command to the logger and then print out all the data I recieved. This means I could easily review all the debug messages. I just have a few questions before embarking on this project.
1)Are there any particular microcontrollers you would recommend for a project like this? I've never really done much microcontroller programming except for the picaxe.
2)What form of secondary storage should I use? I was currently thinking of some form of EEPROM but is there an easier solution.
3) Is there any particular advice you would give for a project like this?
Thank you for your help.
1)Are there any particular microcontrollers you would recommend for a project like this? I've never really done much microcontroller programming except for the picaxe.
2)What form of secondary storage should I use? I was currently thinking of some form of EEPROM but is there an easier solution.
3) Is there any particular advice you would give for a project like this?
Thank you for your help.