We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ba24a3 commit d0cb321Copy full SHA for d0cb321
1 file changed
obd/elm327.py
@@ -120,14 +120,13 @@ def __init__(self, portname):
120
return
121
122
123
- # ----------------------- ATSP0 (protocol AUTO) -----------------------
124
- r = self.__send("ATSP0")
+ # ----------------------- ATSPA8 (protocol AUTO) -----------------------
+ r = self.__send("ATSPA8")
125
r = strip(r)
126
if r != 'OK':
127
self.__error("ATSP0 did not return 'OK'")
128
129
130
-
131
# -------------- 0100 (first command, SEARCH protocols) --------------
132
r0100 = self.__send("0100", delay=3) # give it a second (or three) to search
133
0 commit comments