-
Hi, and thanks for the work you've done here.. I am by no means a programmer, I just goof around a little as spare time allows..
Given that I am no means a professional at this, I cannot seem to …
-
![image](https://user-images.githubusercontent.com/20385450/47290725-6884a600-d633-11e8-8354-013f0685a7b4.png)
- icsneo40.dll version: 3.8.2.111, 32 bit
- python-ics: 2.15
- Python: 3.7.1, 32 bit…
-
hello
i think in the example "iso15765_example.py", it should be used 2 valuecan, could i use one valuecan to send and receive the message?
i tried to changed
tx_device = open_device(0)
r…
-
Thanks for the previous reply I finally compiled and ran the application with a clone dice unit (setek dice clone used by volvo vida diagnostic) and the software complained that the j2534 devices does…
-
My solution is:
enum PackageType{Type1,Type2}
table Type1Table{...}
table Type2Table{...}
table PackageTable
{
type:PackageType;
data:[uint8];//It may be type1table or type2table
}
…
-
Here is the example from python_ics:
https://github.com/intrepidcs/python_ics/blob/2201cba0344e923aa6bc2472d5e61c3661b63658/examples/iso15765_example.py#L50
# Iso15765 Fuctions #################…
-
hello
The car i am working on (subaru legacy edm 2011) with the ej204 2.0 cvt is a a canbus car that runs ssm3 version of the protocol , i got romraider to work on can mode and was able to use th…
-
I find that the example of ISO15765 can not send the message with 29 BIT id when I want to send a ISAO14229 format diagnostic message.
Can I send a message withe 29 bit extend message?
-
This function is not defined in icsneo40.dll v3.6 & v3.7
So it's better to add icsneo40.dll version requirement in document and check it after loading than throw exception.
> ics.RuntimeError: Er…
-
CAN-FD allows messages longer than 8 bytes. When setting `ll_data_length` to a value larger than 8 and then sending data longer than 8 bytes, python-can-isotp is encoding the length paramter incorrect…