FreeEMS-Tuner Installation

Required software

For MS Windows (so far tested on XP,).

wxPython typically needs a language pack installed, it can be found here and you should install it before installing wxPython.

http://www.microsoft.com/downloads/details.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en

Now instally Python 2.6 (for running Python script(s)) and wxPython (for graphics) and pyserial.

http://www.python.org/ftp/python/2.6/python-2.6.msi

http://downloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.9.1-py26.exe

http://sourceforge.net/project/downloading.php?group_id=78018&filesize=6134129&filename=pywin32-212.win32-py2.6.exe&14958221

Total download size is around 30 MB.

For Linux

Fedora Core 8

Install the required software with this line (# means root, ~ means user)

# yum install python wxPython

Ubuntu 9.04 (Jaunty)

You need to make sure python and wxpython are installed…

sudo apt-get install python2.6 libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8 python-wxversion

Getting the Tuner

You can grab the Tuner source from http://github.com/srynot4sale/freeems-tuner/tree/devtrunk (click the download button).

Please note: You are downloading either a .tar.gz or a .zip archive, so you will need to extract the files from this archive before being able to run the Tuner. For Windows users I recommend http://www.7-zip.org/

Python is a scripting language so does not need to be compiled before running.

Running the Tuner

Once you have the above installed, you can run main.py, it should open a Graphical User Interface that allows you to test and tune your EMS. Right now it does does communications, and is being developed.

On Linux

Extract the zip or tar, then run the main.py script

python main.py
 
tuner_install.txt · Last modified: 2009/09/16 09:43 by sry_not4sale
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki