-
I'm using the example code you put in the readme the code runs fine without error and voltage shows 24v as expected but the message is not sent on the can bus and also it doesn't receive any messages …
-
Diogenes should have a separate log specifically for ECU communications only, essentially replicating the "Show Trace" feature in Vediamo.
(suggestion from @N0cynym)
-
The following code may be wrong.
1. lib_iso15765.c // sequence issue
/* Increase the CF counter and check if the reception sequence is ok */
ih->in.cf_cnt = ih->in.cf_cnt + 1 > 0x0F ? **1** : i…
-
-
Hi
Thank you for the great work.
In function `lib_iso15765.c::process_in_cf` there is a return of `N_UNE_PDU` when last continuos frame is received and correctly signalled to the upper levels. Is…
-
Hello and thank you for your work on this kernel module. I appreciate being able to make a high quality system with it.
I have an issue that is probably a python issue, but I am hoping you may know…
-
For our diagnostic datalogging we use ISO15765 UDS service 0x22 ReadDataByIdentifier. These CAN telegrams use same multiplexer as in Vector DBC-files. We describe dataidentifiers with Vector CANdelaSt…
-
Hello guys,
A lot of manufacturers start using this implementation. It will be good to see if first of all it is applicable and if we can implement it in the tool. It will be a nice addition.
-
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` …