-
Hello,
just started using the isotp and wanted to send a simple message (Single Frame). When "`blocking_send`" is set to `True` the `send()` command times out while if "`blocking_send`" is set to `…
-
I'm getting the following error during build. I don't know if its a bug or an issue with my system. Appreceate if anyone knows how to fix it.
```
make
gcc -Wall -Wno-parentheses -DPF_CAN=29 -DAF_…
-
Hey,
I'm using your lib in my desktop application and in the desktop application there is a field for flashing ECU. The flash process runs on a QThread and works fine when there is no frame in the …
-
Hey,
I want to use multiple rx ids for responding to upcoming frames.
`tp_addr = isotp.Address(isotp.AddressingMode.Normal_11bits, txid=0x123, rxid=0x456)`
In the above block, the module onl…
-
Hi @driftregion ,
I'm using your library in an embedded Linux project so I use the ISOTP kernel module. I had a situation where I would send a download request, which does not fit into one CAN fra…
-
In some cases, for example on sniffing the CAN bus for (E)TP messages, we may need to reassemble
the messages without interacting with communication partners:
AB
.........^-----C
A and B nodes a …
-
Hi!
I am using a dbc file that uses a multiplexed value on some ID.
While using the dbc file I noticed that the datalen of the CAN message changes depending on the MUX it is dealing with.
For…
-
Hi,
I'm facing issue when i send Normal_29bits uds request through vector module. I don;t receive response for the request. After debugging the difference found the difference.
Observed Reques…
-
## User story
1. As a Software Developer
2. I want to investigate and fix the issue of bytes being lost during transmission
3. So that messages are transmitted completely and accurately
## Acceptance…
-
The if condition here https://github.com/SimonCahill/isotp-c/blob/5ddce32e16a21efd1d559ea865730cf32c8727d5/isotp.c#L11 will always be true before the else if branch https://github.com/SimonCahill/isot…