View Single Post
Mar 26, 2009, 12:48 PM
Registered User
FredericG's Avatar
Quote:
Originally Posted by jsirkia
Excellent work Frederic! I'm very interested to try your software out.

-Jussi
I have a version where you can configure the serial port. The attached zip file contains two files. The two files need to be put together in a directory and double-click VibrationTest.py to start the tool.

BE VERY CAREFULL WITH THE TOOL, IT STARTS THE MOTORS, MAKE SURE THE MK IS FIRMY SECURED

The tool is written in Python. One of the advantages is that it should be platform-independent. However, you need python support on your PC...
Python for windows can be found here: http://www.python.org/download/releases/ (take version 2.5)

In addition you need some libraries:
"wxPython" for the graphics: http://downloads.sourceforge.net/wxp...8.9.2-py25.exe
"pySerial" for the serial port: http://downloads.sourceforge.net/pys..._mirror=freefr

If you do not feel like installing python, I could try to make a windows exe from it, but this is a bit messy.

Frederic