-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I got USB-1608G MC and while working on it I figured out the product ID for the same turns out to be 0x134 and not 0x0110. Having changed this i was able to work with opening my device and accessing it.
Is this something that should be changed in devices.py or is it the standard is 0x0110?
class USB_1608G(MCCDevice):
"""USB-1608G card"""
fpga_image = 'firmware/USB_1608G.rbf'
max_counts = 0xFFFF
id_product = 0x0110 -> should be 0x134
Thanks
Shobha
Metadata
Metadata
Assignees
Labels
No labels