I've written some perl code to
interface to a Davis Vantage Pro weather station. I'd like to repackage it as a
CPAN module with a proposed namespace of:
Device::VantagePro
The methods in this module will
- Receive data from the datalogger (EEPROM device that stores data from the weather station until it is ready to be offloaded to the computer)
- Receive live data directly from the weather station
- Set the weather station's clock
- Set and clear alarms
- Turn the backlighting on and off (what the heck, it's easy)
Erik Larsen