The program don't run via internet
Posted: Wed Feb 22, 2017 11:56 am
I have realized this simple code:
In local network everything run. Outside, with port forwarding (port 80), nothing happens.
I press the button but the program dont't run. Why?
Code: Select all
button "On",[on]
button "Off",[off]
wait
[on]
io(po,2,0)
wait
[off]
io(po,2,1)
wait
In local network everything run. Outside, with port forwarding (port 80), nothing happens.
I press the button but the program dont't run. Why?