Skip to content

Commit ea4da44

Browse files
author
Holger Steinhaus
committed
temp: local config
1 parent ddcaebe commit ea4da44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def make_modbus(m):
9595
return client.get()
9696

9797
dev = '/dev/%s' % tty
98-
client = SerialClient(method, port=dev, baudrate=rate)
98+
client = SerialClient(method, port=dev, baudrate=rate, parity='E')
9999
if not client.connect():
100100
client.put()
101101
return None

0 commit comments

Comments
 (0)