Cooking Hacks Forum https://www.cooking-hacks.com/forum/ |
|
eHealth WiFi commands https://www.cooking-hacks.com/forum/viewtopic.php?f=39&t=11839 |
Page 1 of 1 |
Author: | js784208 [ Sat Feb 03, 2018 12:46 pm ] |
Post subject: | eHealth WiFi commands |
Good day! I have an eHealth shield and I want to send data through wifi and unfortunately I dont have the specific wifi module used in the tutorial so I was wondering what does the different commands below are for? So that I can used my other wifi module. Commands: Code: Serial.print("set i h 255.255.255.255\r"); delay(1000); Serial.print("set i r 12345\r"); check(); Serial.print("set i l 2000\r"); check(); Serial.print("exit\r"); check(); I am especially curious about the "set i r 12345" is that the port number? and what is the function of the "set i l 2000". Thank you very much |
Author: | libelium-dev [ Mon Feb 05, 2018 8:32 am ] |
Post subject: | Re: eHealth WiFi commands |
Hello js784208, here is the manual of the wifi Roving with all the instruction: http://www.cooking-hacks.com/skin/front ... -RN-UM.pdf "set i r" "is set ip remote", you can see it in page 55 Code: set ip remote 80 // standard webserver port Regards |
Page 1 of 1 | All times are UTC + 1 hour |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |