Hi,
I am getting this error (can\interfaces\canalystii.py:105 in __init__
if CANalystII.VCI_OpenDevice(VCI_USBCAN2, 0, 0) == STATUS_ERR:
AttributeError: 'NoneType' object has no attribute 'VCI_OpenDevice')),
while running bus = can.interface.Bus(bustype='canalystii', channel=0, bitrate=500000),
It worked fine before and now its throwing this error,
Can anyone help me in solving this problem?