
Vincent is coding a Bus Pirate GUI with Qt. Being cross platform it should run fine under Windows, Linux, and Mac. So far it is a modified console with firmware update support. A code repository is available.
Via the forum.
Get your own handy Bus Pirate for $30, including world-wide shipping. Also available from our friendly distributors.

Just a little fix for QT under windows (with MinGW)
add the following line after “unix:LIBS += -ludev”:
LIBS += -lsetupapi -luuid -ladvapi32
in BuccaneersDen.pro
And all will build fine
Best Regards
I included the fix.
Thank you.