B4R Question How to receive value from Web Interface

Status
Not open for further replies.

pokhraj_d

Member
Hello All,
Is there is any way as How to receive value from Web Interface?
For example, I have a web based software from where I want to set a Timer for 5 minutes.
Like for 5 minutes the light will be ON after that the Light will be OFF.
Now How can I provide the value to
B4X:
timer1.Initialize("timer1_Tick",3000)
.
Here I want to set a variable which will take the input from web based software and replace the value of 3000 Milisecs.

How Do I achieve this? Please advice.

Thanks-
Pokhraj Das
 

pokhraj_d

Member
Thanks Erel for the Link.
But I am not using any ethernet. Only I am using GSM SIM, using which I want to send to the vale to Arduino.
also can It be possible to use AT+HTTPPARA?
 
Upvote 0
Status
Not open for further replies.
Top