Python version mini-howto
What
Is Needed ?
- A python
interpreter (obviously)
- The pyserial
library
- The latest release of the python emulator (tlcdcpy) from the SourceForge
download page.
How to run ?
You invoke it either passing the number of the serial port, e.g.
python cdc.py 1
or the name of the serial device
python cdc.py /dev/tty/USB0
If you want more verbose output add a debug level. Use 20 to see
verbose output, 10 to see only errors and important messages and omit
it to show only normal messages (i.e the decoded commands from the HU). E.g. :
python cdc.py 1 20
Acknowledgements
This version is developed and maintained by Pippolippi (you can find
him by nickname on mp3car.com
forums).