iwanders / OBD9141

A class to read an ISO 9141-2 port found in OBD-II ports.
MIT License
232 stars 72 forks source link

Need a method to deal with responses of variable length #1

Closed iwanders closed 6 years ago

iwanders commented 8 years ago

Currently it is not possible to correctly handle requests that return a variable number of bytes, such as mode 03; request of trouble codes.

iwanders commented 6 years ago

Preliminary (untested) implementation written in 3833cd28aaba320f6158fd18127b58a813ae7c28 as part of response on #9.