Satzuma Missile Launcher 21 December 2010
Posted by David Wilson in iPhone.5 comments
Over the months I’ve had some feedback regarding the Missile Launcher made by Satzuma.
USB Vendor ID 0×416 1046
USB Product ID 0×9391 37777
What I need to get the Mac version of the software working is the USB control sequences that control the launcher (up, down, left, right, fire).
Does anyone have these that they can share with me, perhaps some sample source code?
Otherwise it’s going to get hard. I need someone technical, with one of these launchers, a windows machine, and the snoopypro program from sourceforge. http://sourceforge.net/projects/usbsnoop/
This program needs to be run, and the launcher controlled with the manufacturers supplied software. Issue commands for up, down, left, right, fire…. and then analyse the log to determine from the 8 byte sequence what command is issued to make the launcher go up, down, left, right, fire…
This is the type of information I’m looking for:
// 00 04 00 00 00 00 00 00 – All the way left
// 00 08 00 00 00 00 00 00 – All the way right
// 40 00 00 00 00 00 00 00 – All the way down
// 80 00 00 00 00 00 00 00 – All the way up
// 00 80 00 00 00 00 00 00 – Fire Has completed
// 00 84 00 00 00 00 00 00 – Fire Has completed and we’re all the way left
// 00 88 00 00 00 00 00 00 – Fire Has completed and we’re all the way right
If you can help, reply here.
- David

