corygrant / serial-tool

Serial tool is a utility for developing, debugging and validating serial communication with PC.

Home Page:https://damogranlabs.com/2022/12/serial-tool-v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serial Tool

Serial Tool is a utility for developing, debugging and validating serial communication with PC.
Great for data verification, custom protocols for embedded systems and other simple projects that include serial communication such as UART or RS232 (with appropriate hardware, like USB to UART converter and common FTDI chips).

Original project: https://damogranlabs.com/2022/12/serial-tool-v3/

Example configuration

Features

  • View/rx/tx data types: integers, HEX numbers, ASCII characters, strings.
  • Data/sequence field verification on the fly.
  • User notes for each data channel.
  • Sequence generator: create multiple blocks of (data channel, delay, repeat number) sequence.
  • Asynchronous read of any received data.
  • Log window display customization.
  • Log window/raw data export capability.
  • Save/load current settings to a configuration file.

Installation And Usage

Use isolated virtual environment for these commands. If you are not sure what this is, see here.

Directly from GitHub

$ python -m pip install serial_tool@git+https://github.com/damogranlabs/serial-tool

Run the tool with:

python -m serial_tool

Via pipx

pipx install git+https://github.com/damogranlabs/serial-tool

Run the tool with just:

serial_tool

Usage FAQ:

  1. Explore options with -h command line switch.
  2. serial_tool vs serial_tool_cmd?
    serial_tool_cmd is the same as serial_tool, but it prints std out/err to console.

Screenshots

New, default blank configuration:
Blank (initial) configuration
Example configuration and explanation of data/sequence field validator:
Data and sequence validator
Serial port settings, which are also a part of configuration file settings:
Serial port settings dialog
Log/save/export window settings:
Log buttons explanation
Configurations can be stored and recalled:
List of recently used configurations

Want to contribute? See CONTRIBUTE.md.

About

Serial tool is a utility for developing, debugging and validating serial communication with PC.

https://damogranlabs.com/2022/12/serial-tool-v3/

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%