obd2lib icon indicating copy to clipboard operation
obd2lib copied to clipboard

OBD-2 library to read information from cars

Results 13 obd2lib issues
Sort by recently updated
recently updated
newest added

Hi is it possible to use the web based real-time view without mobile data? Only downloading the .js files an Change the path dont work. :( Thanks BlueFoxLa

Check out this: http://www.pip-installer.org/en/latest/cookbook.html#building-and-installing-wheels

Yesterday I received a "STOPPED" response while I was driving: ``` "0101","0101 STOPPED","N","1381618451.095749" ``` From Page 79-80: http://elmelectronics.com/DSheets/ELM327DS.pdf ``` STOPPED If any OBD operation is interrupted by a received RS232...

bug

Insted of using a simple csv file it should use a sqlite3 database

enhancement

Maybe we can add another flag, something like "--I-am-sure-what-I-am-doing", and be able to run AT commands in expert mode. This is useful to test some strange behaviour from diffente models...

enhancement

At the moment, there is an example of web-based application using http://smoothiecharts.org/. We can create a simple index file with a toolbar (or just plain links) where you can select...

enhancement

Research about which are the "normal values" for some cars and use them to draw lines in the graphs and create proper scales (min and max values) for them.

enhancement

The ELM327 protocol says that if you know how long the answer is, you can send this value so the last timeout is not used: Reference: Page 65 "Setting timeouts"...

enhancement

Once #3 is implemented, we can create an interface to see the graphs (similar to real-time option) but using the history (collected data) and being able to move across this...

enhancement

At the moment only integer values are supported for `--interval` option.

enhancement