intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
63 stars 31 forks source link

Ho to transmit a UDS-ISO14429 message with this lib #46

Closed YelaShady closed 5 years ago

YelaShady commented 5 years ago

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?

drebbe-intrepid commented 5 years ago

@YelaShady Let me look into this and I'll get back to you when I get an answer.

drebbe-intrepid commented 5 years ago

@YelaShady,

In the ISO15765 example (examples/iso15765_example.py), the msg.fc_id should be your 29-bit ID and the msg.fc_id_mask should be set to 0x1FFFFFFF.

If you need more help then this, I'd recommend contacting our support team. Information on contacting our support team can be found here: https://www.intrepidcs.com/support/contact-support/

drebbe-intrepid commented 5 years ago

@YelaShady I'm going to close this out, let me know if you need more assistance.