chrisfrederickson / firepi

A remote web server to control a temperature chamber at Rowan University with a Raspberry Pi sending Modbus commands.
MIT License
0 stars 0 forks source link

What COM port is this? It's hardcoded. #20

Closed Fleker closed 8 years ago

Fleker commented 8 years ago

tempchamber.py

self.instrument = minimalmodbus.Instrument('COM5', 1)

Fleker commented 8 years ago

See #23