I’m glad you like the Maestro so much!
We don’t have a USB SDK for the Wixel because none of the apps have a native USB interface like the Maestro’s. Most of them emulate a virtual COM port. This virtual COM port is just like the Maestro’s Command Port and TTL Port, which are probably /dev/ttyACM0 and /dev/ttyACM1 on your computer. There is no need for an SDK because almost every programming language has a way of sending and receiving bytes from a serial port. To see how to do it with C in Linux, check out this post:
That code was written for the Maestro, but the methods shown for opening a serial port and sending and receiving bytes on it are general.
If you try the thing I suggested about having dummy inputs tied to ground, let me know how well it works!
–David
