OBD-II_UART icon indicating copy to clipboard operation
OBD-II_UART copied to clipboard

A board that provides a serial interface with a vehicle's OBD-II bus.

Results 4 OBD-II_UART issues
Sort by recently updated
recently updated
newest added

I don't know if this product gets activelly supported, I have been using this product with cars and truck, works just fine, but can not read from a SAE -...

The schematic says it uses the mcp2551 for can bus. Is there a way I can directly communicate with the can-bus without having to go through obd2 interface?

Hi! I made a library to make the comunication and the development of software for the ECU easier [Keyword Protocol 2000](https://github.com/aster94/Keyword-Protocol-2000) I think that the original tutorial has been created...

Several customer have reported that the `Serial.flush()` function no longer clears the input and output buffers; it [only clears the output buffer](https://reference.arduino.cc/reference/en/language/functions/communication/serial/flush/). The firmware needs to be updated for this...