arachnidlabs / mcp2210

Python library for interfacing with the MCP2210 USB-SPI interface.
BSD 2-Clause "Simplified" License
26 stars 18 forks source link

More things needed? #10

Closed achin-GnuBio closed 10 years ago

achin-GnuBio commented 10 years ago

I cannot get this to work in Linux.

pid and vid are defined before

dev = MCP2210(my_vid, my_pid)

I just get "IOError: open failed". It sounds like it cannot open the device.

Do I need to install something else?

achin-GnuBio commented 10 years ago

neverminded...needed sudo command....