Scroll to navigation

SERSNIFF(8) System Manager's Manual SERSNIFF(8)

NAME

sersniff - a program to tunnel/sniff between 2 serial ports

SYNOPSIS

sersniff [-h][-iDEVICE][-oDEVICE][-bBAUD][-s][-n][-wUSECS][-z]

DESCRIPTION

This manual page explains how to use the sersniff command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page.

sersniff is a program that...

OPTIONS

A summary of options is included below.

Show summary of options.
Set the device to use for Port1. Default of /dev/ttyS0. If you want to listen on a TCP port then use the format :port. If there's a / in the string then it will always be treated as a device rather than a port to listen on.
Set the device to use for Port2. Default of /dev/ttyS1. If you want to connect to a TCP port then use the format host:port. Again if there's a / in the string then it will always be treated as a device.
Specify baud rate for serial connections. Defaults to 19200.
Make sersniff not copy data between the two ports - useful if a Y cable is being used for serial port sniffing for example.
Don't do any port configuration.
How many microsecs to wait before reporting a delay
Show hex characters instead of normal ASCII characters.
Don't quit when an EOF character is received.
Specify the format string that should be used to print hex characters.

AUTHOR

This manual page was written by Jeremy Lunn <jeremy@austux.net>, for the Debian GNU/Linux system (but may be used by others).

July 9, 2001