S
sport160
I have a remote temperature probe that has a built in web server and
will return the temperature in C if I run the HttpGet command from the
command line.
But I am having trouble getting this to work with HttpGet in C#? It
needs to be raw, perhaps that is causing a problem?
Here is the command line that works and the result:
httpget -r -S "*SRTC" 10.0.0.1:1000
022.33
If someone could point me in the right direction I would be very
grateful.
Thanks,
Stephen.
will return the temperature in C if I run the HttpGet command from the
command line.
But I am having trouble getting this to work with HttpGet in C#? It
needs to be raw, perhaps that is causing a problem?
Here is the command line that works and the result:
httpget -r -S "*SRTC" 10.0.0.1:1000
022.33
If someone could point me in the right direction I would be very
grateful.
Thanks,
Stephen.