My Auriol Weather Station doesnt have a pc connection, i´m writing a code for a Arduino (microcontroller) to receive the RF data from the weather station and serial print it..the code is almost complete.
Example of my code:

With the Arduino and my weather station i can receive:
-Rain data (usually sent every 37seconds)
-Wind direction and wind gust (usually sent every 31seconds)
-Wind average (31seconds)
-Temperature and Humidity (31seconds or if the data changed)
The Arduino communicate with a computer through serial (but it´s connected through USB), i can use any serial program (Hyperterminal, Putty, etc) to monitor the data (using standard serial configuration, 9600 etc etc)...is it possible to include Arduino in Cumulus?
My idea is simple but i dont know if its possible:
There are some Arduino codes for other weather stations (Lacrosse, home-made Arduino Weather Stations, etc), if it will be possible to include the Arduino and someone wants to add their Arduino weather station to Cumulus, all it needs is change the Arduino code slightly to Cumulus receive it.
I can serial print anything..example: if Cumulus will understand better T30.1H22.8; i can change the code to serial print that way.
Sorry if my text is a bit confusing
Thanks
