Skip to content

Commit

Permalink
Changing Baud to 38400 as that's what my usb port ends up using.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Robinson committed Nov 6, 2012
1 parent 32d8e12 commit 31c847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obd_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class OBDPort:
def __init__(self,portnum,_notify_window,SERTIMEOUT,RECONNATTEMPTS):
"""Initializes port by resetting device and gettings supported PIDs. """
# These should really be set by the user.
baud = 9600
baud = 38400
databits = 8
par = serial.PARITY_NONE # parity
sb = 1 # stop bits
Expand Down

0 comments on commit 31c847c

Please sign in to comment.