Talk:MiniVNA ICD
From MyLabWiki
(Difference between revisions)
(New page: == To be moved == The plan is to write a simple Pythom application that can run on all platform (focusing on Linux, of course): # A simple command line utility that can perform the basic...) |
|||
| Line 1: | Line 1: | ||
| - | |||
== To be moved == | == To be moved == | ||
| Line 6: | Line 5: | ||
# GUI using the library. | # GUI using the library. | ||
| - | [http://pyserial.sourceforge.net/ pySerial] | + | |
| + | [http://pyserial.sourceforge.net/ pySerial]. There is a simple miniterm under examples: | ||
| + | /usr/share/doc/python-serial/examples/miniterm.py -h | ||
Latest revision as of 16:33, 7 October 2009
To be moved
The plan is to write a simple Pythom application that can run on all platform (focusing on Linux, of course):
- A simple command line utility that can perform the basic operation and validate the ICD and calculator algorithms
- GUI using the library.
pySerial. There is a simple miniterm under examples:
/usr/share/doc/python-serial/examples/miniterm.py -h