You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Original issue reported on code.google.com by
[email protected]
on 9 Nov 2013 at 8:44Attachments:
The text was updated successfully, but these errors were encountered: