Skip to content

Releases: brendan-w/python-OBD

v0.3.0

07 Feb 23:04

Choose a tag to compare

  • enables header information on ELM327 adapters
  • includes basic handling for cars with multiple ECUs
  • added more comprehensive debug output
  • async start() and stop() must now be called explicitly before watching commands
  • added better scanSerial support with globbing

v0.2.0

16 Dec 06:38

Choose a tag to compare

  • Added async system
  • bugfixes to the response decoding system

v0.1.0

04 Nov 04:36

Choose a tag to compare

  • Initial release with blocking query functionality