Current code base does not seem to support multiple devices with identical Vendor and Product IDs. This pull request adds an optional path argument to the device constructor. If omitted, it works as before. If present, device is created with the HIDAPI's hid_open_path function. Now enumerate can be used to find all devices and their paths, and then the device objects can be created using those paths.
Also added a new setup file, setup-arm.py, to replace the current i386 library that is being referenced.
Current code base does not seem to support multiple devices with identical Vendor and Product IDs. This pull request adds an optional path argument to the device constructor. If omitted, it works as before. If present, device is created with the HIDAPI's hid_open_path function. Now enumerate can be used to find all devices and their paths, and then the device objects can be created using those paths.
Also added a new setup file, setup-arm.py, to replace the current i386 library that is being referenced.