WiFly GSX
www.rovingnetworks.com
WiFlyGSX-um 9/16/2010
809 University Avenue
•
Los Gatos, CA 95032
•
Tel (408) 395-6539
•
~ 50 ~
set ip remote 80
//standard web server port
set ip proto 18
//enable HTTP and TCP protocols
set com remote GET$/mike.php?ID=
//set up the string
set sys auto 10
//auto connect every 10 seconds
set uart mode 2
//automatically connect using data Trigger mode
save
//save the configurations in config file
reboot
//reboot so that the settings take effect
With the above settings enabled, the WiFly module will connect out to the web server every time it receives
data on the RX line. Serial data is sent to the host web server according to the flush timer and the flush size.
.
NOTE: You cannot append the sampled sensor data to the UART data. Enabling “option format 7”
along with “set uart mode 2” will result in erroneous data being sent.