Diegofdez1 opened this issue 3 years ago · 1 comments
I was getting the following error:
And I have solved it by adding delays in the following lines of elm327.py:
157: r = self.__send(b"ATE0", delay=1) 163: r = self.__send(b"ATH1", delay=1) 169: r = self.__send(b"ATL0", delay=1)
I think this is the same issue that I reported in #226. If you want try my fix and let me know how it goes.