Metadata-Version: 2.1
Name: fast-serial
Version: 1.1
Summary: Fast serial terminal with macros and filtering
Author-email: Mike Wilson <mail4mikew@gmail.com>
Project-URL: Homepage, https://github.com/mj8w/fast_serial
Project-URL: Bug Tracker, https://github.com/mj8w/fast_serial/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial>=3.5
Requires-Dist: pyqt5>=5.15

# fast_serial

A basic serial port terminal that is fast to use

- programmable shortcuts (the "Action" list)
- - NEW! Script interaction with the serial port by writing some python code with
the ability to wait for a reaction from the port. Used like "Expect" library
- easy filtering of the output (the "Filter" list)
- easy to modify for your special purposes

![fast_serial GUI](/resources/fast_serial_gui.png?raw=true "Fast Serial")

written in Python, you can easily modify it to fit your needs
