-
With Python 3.4.2 I only get this
```
Traceback (most recent call last):
File "test.py", line 3, in
obdhandler = CObdHandler.CObdHandler()
File "/home/pi/CarPi/CObdHandler.py", line 12, in _…
-
I've been successfully using the OBD-II software and the OBD-Java-Api in 10+ vehicles in the UK.
I've just tried these Apps in two Hertz rental cars in the States
- a 2016 Nissan Versa, and
- a 2016 H…
-
When I use async i get the following thread exception when I turn off my car after running a track session (20+ mins)
during my development period, when I drive around the block i don't get this excep…
-
Hi @derekadams,
As I see in Web Admin, SiteWhere support to connect to GPS tracker something like MeiTrack GPS device!!!
Could you please tell me how to connect it to SiteWhere? So that I can get la…
-
Hi Eric, Thank you for the excellent work. Now i can connect my OBD with my server. But i always get the Error: Error finding serialport: undefined before i can receive the data. As soon as this error…
-
```
[k0ste@WorkStation linux-4.12]$ patch -p1 -i /tmp/linux-4.8-ndpi.diff
patching file include/net/netfilter/nf_conntrack_extend.h
Hunk #2 FAILED at 113.
1 out of 2 hunks FAILED -- saving reject…
k0ste updated
7 years ago
-
Working code:
```
// var obd = require('obd');
// obd.connect();
var BluetoothSerialPort = require("bluetooth-serial-port").BluetoothSerialPort;
var myBtPort = new BluetoothSerialPort();
var dataBuf…
-
Guessing many may want to use this to look at their auto's OBD port.
The existing OBD CAN port under your car's dash is on a bus that is already terminated on both ends in order to run properly when …
-
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 deve…
-
It would be nice if the scan utility was able to assess the port, or auto-assign, or just provide more information on finding what to send in via the port argument. I Have no clue what a valid option …