Skip to content

Commit

Permalink
temp: local config
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Steinhaus committed Jun 27, 2023
1 parent ddcaebe commit ea4da44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def make_modbus(m):
return client.get()

dev = '/dev/%s' % tty
client = SerialClient(method, port=dev, baudrate=rate)
client = SerialClient(method, port=dev, baudrate=rate, parity='E')
if not client.connect():
client.put()
return None
Expand Down

0 comments on commit ea4da44

Please sign in to comment.