yes i have tried with setTimeout line but then the links on the webpage doesnt work. my webpage sends data to the circuit by these links. with the settimeout line the page refreshes and these links...
yes, exactly. it is tiny webserver electronic circuit that communicates through tcp/ip protocol. it sends the analog data to the router and the data can be seen from the webpage.
ElvisMac i have tried your code but it doesnt work. My last code and the printscreen of the pageview are below. i can write the status value but the progress bar doesnt proceed
I have tried this but it doesnt work. I just want to show a html value in javascript progress bar. the dynamic value is %! port-adc2 that comes from tcp/ip port.
Hi all,
I am trying to draw a dynamic progress bar according to a dynamic value. The data comes from ethernet port like that "%! data" . I can write this value on the html page. But when i try to...