8000 Release Bug Fix. · nonNoise/PyMCP2221A · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bug Fix.

Latest
Compare
Choose a tag to compare
50ED
@nonNoise nonNoise released this 15 Aug 06:14
· 19 commits to master since this release

VID/PID unused #4

PyMCP2221A.py

class PyMCP2221A:
def init(self,VID = 0x04D8,PID = 0x00DD,devnum = 0):
self.mcp2221a = hid.device()
self.mcp2221a.open_path(hid.enumerate(0x04D8, 0x00DD)[devnum]["path"])

Oh... Sorry I'm mistake.
Do you want to change VID?
Do you want to distinguish and use the same VID device?
It will be changed in the next version.

and more bugfix.

0