-
Hi,
A feature suggestion, add compatibility for J2534 devices, they are widely used in the automotive industry, and I believe the API is portable to linux.
Sure others would be be keen too.
…
-
When a CAN_ISOTP socket is not bound, then a call to `write` sets errno **EADDRNOTAVAIL**.
I would expect **EADDRNOTAVAIL** to be returned when passing in nonsense address information into `bind` …
-
hi,
CAN test setup, send/recv frame =ok
ISO15765 setup ok, get vin ok in hw.
problems, programa on pc not receive frama can iso.
see log serial: leg- END= pc cmd, LOD= log send to pc, CAN = fr…
-
Hi folks,
I have traced the code and have a doubt on handling of unexpected arrival.
In this implementation, `link->receive_protocol_result` will be assigned to `ISOTP_PROTOCOL_RESULT_UNEXP_PDU` whe…
-
Hi, I've checked a few ROMs from a similar timeframe (~2005) and they all seem to use the same RAM Jump address of 0xFFFF3004. The normal SP (0xFFFFBFA0) and SP+4 are used to store the start and end a…
-
Hi,
I'm trying to connect a brand new Peugeot 308SW via an ELM-327 over bluetooth.
The code:
```
import obd
connection = obd.OBD() # auto-connects to USB or RF port
connection = obd.OBD(protoc…
-
Hi Brian,
First of all I want to say thank you for taking the time to build this library, it is incredibly useful.
I wanted to point out a small issue I am having regarding multiframe messages. …
-
Has the connection to ECUs with extended IDs already been tested?
I'm trying to connect to a CPC4. CBF loaded successfully: within "Communication Parameters" "CP_REQUEST_CANIDENTIFIER" is given as 0…
-
This is my current error message:
```
error[E0599]: no variant or associated item named `ISO15765_ADDR_TYPE` found for enum `ConnectFlags` in the current scope
--> src/commapi/passthru_api.rs:…
-
Hello @pylessard,
I implemented the software download using this lib (Vector interface, windows 10) but it looks like the Multi-message mechanism isn't terribly perfomant. Any insights here? I'm on…