资 源 简 介
_RandTerm cross-platform serial terminal written in Python._
RandTerm was created mainly to help debug microcontroller serial protocols, and so includes the ability to display and send data in Ascii, Decimal, Hexadecimal, or Binary formats. It is written as a single Python file, and has been tested in Linux and OS X. There is a pre-packaged version for OS X available in the downloads section that has absolutely no prerequisites.
Getting RandTerm
Linux
Install pySerial and wxPython on your system, e.g. in Ubuntu:
sudo apt-get install python-wxgtk2.8 sudo apt-get install python-serial
Check out the project using the svn link in the Source section of this site..
Run RandTerm!:
python randterm
OS X Pre-Built