intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

Provide example to send Extended CAN: 29-Bit Identifier #53

Closed rahulkumar3 closed 5 years ago

rahulkumar3 commented 5 years ago

Can you please add an example to use extended CAN identifier

drebbe-intrepid commented 5 years ago

@rahulkumar3 Let me know, if you need anything else. You can find the example here: examples/transmit_can_xtd_example.py

Opening Device neoVI ION 400632 (Open Client handles: 0)...
Opened Device neoVI ION 400632.
Opening Device neoVI ION 400584 (Open Client handles: 0)...
Opened Device neoVI ION 400584.
Received 2 messages with 0 errors.
Message #2              ArbID: 0xffffff Data: ['0x1', '0x2', '0x3', '0x4', '0x5', '0x6', '0x7', '0x8']
Finished.