iwanders / OBD9141

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

Update readerKWPSlow.ino #43

Closed SteveTinkers closed 1 year ago

SteveTinkers commented 1 year ago

Updated to add altSerial. No idea how it works with Serial1, did not compile.

iwanders commented 1 year ago

Updated to add altSerial. No idea how it works with Serial1, did not compile.

Heh, all reader, readerKWP and this one are made for a Teensy 3.0, it'ss an arduino compatible board that has 3 serial ports >_<

I'm not sure if we should update this, or keep it as is to be in line with the other reader examples. Alternatively, we could rename it readerKWPSlow_softserial, to follow the convention of this.

I'd rather do that, could you commit these changes as a new example called reader_KWPSlow_softserial?

SteveTinkers commented 1 year ago

Nah, I wont worry about it. Makes sense what you said. I might go to a Teensy too because softwareSerial and altSoftwareSerial have been giving me problems. I cant seem to run them at the same time (even on differnet pins! I checked!). Good to know I'm not stuck with 8 and 9 for OBD.