...This software is a set of tools to stream data directly from instrumentation via databases, to webpages. This starts with a driver, taking serial ascii data to an SQLite database. Subsequently client applications can take this data to display on webpages, export to text file, and almost anything else.
The driver has been written using the mingw port of the gcc compiler, currently the system runs on Windows XP, however the design is deliberately cross platform, and linux based serial port interfaces will be added.
...