A standard UART terminal with built-in BASIC interpretor engine. Supporting Windows/Linux, tested on WinXP/Win7/Raspberry Pi (Debian)
python cali_test.py serial
You need to install several python package by below command. I assume you are using Windows here.
-
Get the pygtk by installing pygtk all-in-one package (e.g. pygtk-all-in-one-2.24.0.win32-py2.7.msi) from http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/
-
Get easy_install by downloading setuptools-1.4.2.tar.gz from https://pypi.python.org/pypi/setuptools#downloads
Extract setuptools-1.4.2.tar.gz and run:
python setup.py install
Then add "C:\Python27\Scripts" to $PATH
-
Get the pyserial by
easy_install pyserial
-
Get ply by
easy_install ply
-
Get chardet
easy_install chardet
- Fixed width font support (or customized font selection window?) for well-formatted display.
- Command auto completion function.