unable to open a connection with a FTD 232 device
问题 I am trying to open a connection and pass a value for a given channel In order to do this I need to open a connection to the enttec open dmx usb. But I am unable to create a connection I tried to list devices and make sure the SN matches with the HW In [34]: import ftd2xx as ft In [35]: ft.listDevices() Out[35]: [b'AL05J8AO'] In [36]: ftd2xx.openEx('AL05J8AO', ftd2xx.ftd2xx.OPEN_BY_SERIAL_NUMBER) --------------------------------------------------------------------------- DeviceError Traceback