Hi, I need to read from location: http://86.34.188.179:2347/ value of ADC and Temperature. What is the easiest way to do that?
Thank you!
Thank you!
Dim job As HttpJob
job.Initialize("GetHTML", Me)
job.download("http://86.34.188.179:2347/")
I tried to read page with HttpJob
B4X:Dim job As HttpJob job.Initialize("GetHTML", Me) job.download("http://86.34.188.179:2347/")
Dim job As HttpJob
job.Initialize("GetHTML", Me)
job.download("http://86.34.188.179:2347/v.txt")