Here is the link:
https://drive.google.com/file/d/0B2jnovbhqK0rWEZ3am0wX1VlNFE/view?usp=sharingThe program opens a serial port and reads data as a plain text string every five seconds. It reads temperature in degrees Fahrenheit + 200 degrees to avoid negative temperatures, humidity in percent, barometric pressure in inches of Mercury, wind direction in degrees azimuth counterclockwise from North, wind speed in MPH and rain in inches.
It starts a webserver in a separate thread.
It processes the data calculating average readings, wind chill, heat index, and wind gusts.
It displays the data on the terminal, saves the data to file, writes a web page, serves the web page locally on the host computer, ftps the web page to a web server on the internet and tries to telnet the data to the CWOP.
I'm new to Python, I'm self-taught, and I haven't coded in years (FORTRAN, Turbo Pascal & BASIC!). It isn't pretty, but it works. I hope that this is of some help to you. I would be glad to post the Arduino code also.
On Wednesday, February 3, 2016 at 3:53:53 PM UTC-6, Marcio wrote: