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.