| Description: |
This compressed file contains PyTBL v0.2.
New performance has been added since v0.1:
+The port value can be a string or a number.
As a number, you can access a port as "-p 0"
As a string, you can access a port as "-p /dev/ttyS0"
It means that virtual USB ports created by USB-Serial converters can be used as "-p /dev/ttyUSB0"
+It has been modified to be installed as a standard Python package according to
http://guide.python-distribute.org/installation.html#distribute
so, it can be used as a Python package with the name "pytbl" or as a executable script as "pytbl.py"
|