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