mcsakoff / pydigitemp

Python implementation of 1-Wire protocol.
Other
16 stars 11 forks source link

Windows executable that scans for 1-wire sensors on any COM port #11

Open arnauddevie opened 3 years ago

arnauddevie commented 3 years ago

Windows executable that scans for 1-wire temperature sensors on any COM port from COM1 to COM12 every 5 seconds. Prints outs ROMs, COM port number and current temperature for each sensor. Supports hot plugging of serial adapters and 1-wire sensors.

Built with PyInstaller.

mcsakoff commented 3 years ago

I do not think that storing binaries in a repo with source code is a good idea. ;) Anyway, a binary is not an example, it is kind of utility.

I would appreciate if you add the sources instead.