CyUSB Suite for Macintosh

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
WaMa_286156
Level 5
Level 5
First comment on blog 100 replies posted 50 replies posted

I have taken the cyusb_linux program (originally written for Qt 4.8), and ported it over to the Macintosh Qt 5.x.  I have tested on Sierra for for identifying the USB 3.0 board, and downloading a program to the Superspeed Explorer Kit.

  I have not tested *all* functionality.  It uses system_profiler on a periodic basis to locate the plugged in device, rather than the udev features.

  It is a QT project, and I would recommend compiling it for your machine, as there are some dependencies that may require libraries only installed with Xcode.  It uses libusb (like the linux unit), and may require XCode to be installed due to references to libjpeg.    Qt Creator can be a pain to set up on the Macintosh, but once it is set up everything goes well.

This was originally written under the GPLV2, so of course, it stays GPL v2.

If anyone is interested in it, you can contact me at wmaxfield at gmail dot com

3 Replies
WaMa_286156
Level 5
Level 5
First comment on blog 100 replies posted 50 replies posted

One more thing.  cyUSB Suite for Macintosh *requires* you to have downloaded the Cypress FX3 SDK for Macintosh, and performed the install.

It will not work without having that SDK installed on your system, in addition to the other requirements.

Of course, you have agreed to the Cypress terms for the sdk to be installed.

0 Likes
Anonymous
Not applicable

I for one would love to be able to program from within Mac. RIght now I'm running Parallels to program the part. Painful.

0 Likes

send me an email wmaxfield at gmail   I will send you the project.  Requires QT 5 development kit.

0 Likes