For a current project (weather station) I need to log the data string of my board.
I have an old Windows 98 PC with 64Mb RAM I would like to use.
The simpler would have been to use Linux, but I’m not sure about compatibility and the ability to run a simple server with 64Mb RAM… :-/
Anyway, my first thought was to build a simple Java app using Processing. But, only Java 1.4 seems to run on it… so it doesn’t look great.
I tried many WAMPs and… dll problems on W98.
So I’m now looking into another way to log my data (ideally to a Mysql or a XML file) in order to share it over the network and have a Processing app displaying the data on other computers.
I found a simple freeware logger but it doesn’t record the date. I basically only need to log the last incoming string every minute, but definately with the date.
Hm… if it’s possible, I’ll choose linux!
I’ll have a look at the compatibility and the available space… it’s a very tiny hard drive, compared to our actual standards! I’m not sure about a dual boot.
Thanks for the suggestions, otherwise a python script on windows could do the trick, I didn’t actually think about the fact that python can run on windows
[edit]Python only for Windows 2000+, but DOS should also be ok for a script.[/edit]