-
The sample yaml file in https://gist.github.com/6d367a20e0a6650a92af.git contains a DOS newline within a string, and this makes YAML 1.02 hang:
```
perl -MYAML=LoadFile -e 'LoadFile shift' broken.yml…
-
Thanks for this awesome library!
I do understand that it's rather meant to test your own software, however I'm trying to feed a device in my car with the OBD Data from this script. The device has a…
-
Even though the ELM327 can't monitor a high-speed CAN bus in real-time, it would be nice to have support for "streaming" all received data to the application.
According to the datasheet, either `MA…
-
Hi,
While searching for a good OBD communicator / connector I came across your project.
It seems pretty straight forward and simple to use (haven't gotten to deep into it yet).
However, i have one …
-
[page 45](http://elmelectronics.com/DSheets/ELM327DS.pdf). Up to 6 PIDs can be sampled with a single command. This would be much more efficient. The multiline protocol handlers will need to be fully w…
-
I'm sorry to have to bother you again. I hope the following explanations are reasonably understandable, I had to use a translator for a view parts. I followed this [guide](https://github.com/meatpiHQ/…
-
Hi,
first thanks for your work. :)
It would be great if the app could be used with electric cars.
I havnt any expirience with OBD, so sorry if i am wrong.
On first test with an opel corsa-e i …
-
Good morning! Las week I received the wifi Wican. It comes with 1.68 firmware. First thing that I did, was to upgrade firmware to 1.71 from web interface. After that, I tried to connect it to canbus b…
-
Stemming from discussion in #18, looks like a rewrite of the OBD implementation is due.
A couple of points I want to bring up as we start discussion around a rewrite:
1: What types of adapters a…
-
Standard OBD-2 protocol is not supported in electric vehicles. Other diagnostic protocols over OBD-socket are used instead, applying longer parameter IDs. Is there a plan to support these protocols in…