I have try to get data from device (USB thermometer), following this documentation, but I have not any result.
For getting themperature data from device, I should sen
Use sudo before running your command.
Wrong:
node index.js
Right:
sudo node inex.js