Closed emorfam closed 8 years ago
Using Python 3.5 instead of 2.7 on the devel branch solved the problem.
I didn't think anyone was watching devel, so I've been considering it an unstable branch (lazy me). Yeah, I hadn't sorted out the python2 problems yet. Latest commit (063ec83) should fix python2.
Beware of devel though, there may be a few dragons still left down there.
Thanks for the info. Any plans to merge the voltage feature from devel to master in the future?
Yeah, I'm slowly building up to a new release, but I didn't have an exact date in mind.
I try to read the battery voltage (AT RV) from an ELM327 USB OBD dongle using python-OBD on Ubuntu 14.04. As far as I understand it, reading the battery voltage is currently only supported on the devel branch. However, when I try to connect to the dongle using
I get the following result
Any ideas what going on here? I tried it with a Bluetooth dongle as well - the problem is there too.