DS18B20 with NodeJS on Windows

442 Views Asked by At

I'm trying to read temperatures into NodeJS (or command-line program) app on Windows with DS18B20 thermometers connected to serial port.

There are some apps, but I can't use them (Digitemp - no support for Windows, Logtemp - it doesn't communicate with NodeJS.

Is there any possible way to read temperatures directly in NodeJS from serial port or from command-line program? There are lots of tutorials and libraries for Arduino, but nothing for this issue.

Thanks

0

There are 0 best solutions below