/*
Air Quality meter
Language: Wiring/Arduino (pin numbers defined for Arduino)
Microcontroller is connected to a Lantronix serial-to-ethernet device. This program connects to a HTTP server through the Lantronix module, makes a HTTP GET request for a PHP script, and parses the returned string.
Lantronix device communicates at 9600-8-n-1 non-inverted (true) serial.
Lantronix serial settings:
Baudrate 9600, I/F Mode 4C, Flow 00
Port 10001
Remote IP Addr: --- none ---, Port 00000
Connect Mode : D4
Disconn Mode : 00
Flush Mode : 00
*/
Continue Reading »