
I just started working on this and it's currently in a very alpha state but it works. Source code is available on the project page and binaries are available that run on Linux, OS X, and Windows. Most have no dependencies on external libraries or anything, simply run it.

As a quick test/intro you can run:
Code: Select all
open("COM7")
ident()
pid()
box()
Substitute COM7 for your serial port or use something like /dev/ttyUSB0 on Linux.
I'm working on the documentation. help() will show a list of commands and help("commandname") will display help for that command. The commands consist of basically all the MSP_* commands in MultiWii and other functionality. It has some initial support for my Arduino USB Linker project.
MultiWiiCL downloads and link to project page.
Donations are accepted if you feel the desire.
To be continued