obd-parser icon indicating copy to clipboard operation
obd-parser copied to clipboard

Write commands to a generic OBDII connection and parse responses

Results 2 obd-parser issues
Sort by recently updated
recently updated
newest added

I am writing an application that uses obd-parser along with obd-parser-serial-connection to query an ELM 327 bluetooth adapter (currently connected to an Arduino with the Seeed Studio CAN-Bus shield serving...

Hey, great work with the OBD parser! I have written a bluetooth connector for your module. https://github.com/dominicrico/obd-parser-bluetooth-connection Cheers!