Skip to content

ido123net/serial-sniffer

Repository files navigation

build status pre-commit.ci status

Serial Sniffer

Installation

pip install serial-sniffer

Usage

serial-sniffer  [-b <baudrate>] [--no-timestamp] [--raw] [-o <filename>] <PORT>

required parameters:

  • PORT Is the port you want to sniff - this parameter is required

optional parameters:

  • -b <baudrate> baudrate for the port.
    • default - 115200
  • -o <filename> output to a file, <filename> is the path of the output file.
    • default - sys.stdout.
  • --raw flag for raw output.
    • default - remove ascii ESC chars and some control ascii chars, also removing carriage return (\r).
  • --no-timestamp flag to prevent adding timestamp for each line.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages