Skip to content

Bug Fix.

Latest
Compare
Choose a tag to compare
@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.