1. 程式人生 > >[open source]pyOBD

[open source]pyOBD

1.Source code

Homepage http://www.obdtester.com/pyobd

2. Change python 3 to 2.

Because the source code only suppore python 2.

3.Install wx-2.6.

NOTE: The lastest version doen't execute success, because even funtion parameter is different between different wx version.

4.Install python-2.5 32-bit

NOTE: must install this version, because wx-2.6 must using python-2.5,

and must be 32-bit, because wx-2.6 is only 32-bit version.

5.Install pyserial-2.5

NOTE: This version testing ok.

6. Run

Open the directory, then input command:

python2 pyobd

Then wounld run as below:

(end)