Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PATCH: multiple deive support #37

Open
GoogleCodeExporter opened this issue Mar 3, 2016 · 0 comments
Open

PATCH: multiple deive support #37

GoogleCodeExporter opened this issue Mar 3, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I am patronized libmpsse!!

The current version(1.3) available only one device.
I've created a patch that supports multiple deive(up to four).
As Chip Select, CS, GPIO0, GPIO1, GPIO2 can be use.

usage:
  c:
    mpsse_= OpenIndexWithCS(vid, pid, mode, freq, endianess, interface, description, serial, index, {CS|GPIO0|GPIO1|GPIO2});
 python
    mpsse = MPSSE()
    mpsse = mpsse.Open(vid, pid, mode, cs={CS|GPIO0|GPIO1|GPIO2})

My environment
    BeagleBone Black / Debian(wheezy)
    Raspberry Pi / Raspbian(2013-09-25-wheezy)

If it is good, Please relish.
Thank you.

Original issue reported on code.google.com by [email protected] on 9 Nov 2013 at 8:44

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant