Python-can IXXAT interface

81 views
Skip to first unread message

Priyanka Yussuf

unread,
May 27, 2019, 9:28:06 AM5/27/19
to python-can
Hi, I'm testing on Windows platform using IXXAT interface. Here is the initialisation for the bus:
bus = can.interface.Bus(bustype='ixxat', channel=0, bitrate=250000)
I would like to know is it possible to initialise more than one channel?
If yes, how to identify the channel number? 
When I tried to access a second channel by declaring : "bus1 = can.interface.Bus(bustype='ixxat', channel=1, bitrate=250000)" an error is encountered :"builtins.OSError: exception: access violation reading 0x0000021800000000". What is this error? How to rectify it?
What are the necessary configurations required to initialize to channels. 
Reply all
Reply to author
Forward
0 new messages