sercom

command module
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2021 License: MIT Imports: 24 Imported by: 0

README

Sercom

Sercom is an example program making use of the serport package, providing interactive access to a serial port.

Installation

go install github.com/knieriem/serport/cmd/sercom

Usage:

sercom [OPTION]... [ DEVICE ] [ "," CTLCMD]...

DEVICE may be a serial /dev/tty* on Linux, or COM__n__ on Windows. If DEVICE is omitted, sercom, if run inside a terminal, will present a list of serial interfaces to choose from. This list is also printed if sercom is called using option -list. In case only one serial device is found on a system, sercom will use it directly without asking the user. There are two special names for DEVICE that trigger specific behaviour:

  • ! If multiple devices are found, use the first device, without asking.
  • ? Present a device selection menu in any case, even if only one serial interface has been found.

The list of serial ports is sorted in the following order:

  • PL2303 devices
  • FTDIBUS devices (on Windows)
  • USB devices
  • ACM devices
  • other serial devices

Control commands, based on Plan 9 uart`s serial communication control, may be specified as a comma separated list, to configure the baud rate and other serial settings. See serport's documentation for details. Note that in case DEVICE is omitted, a leading comma has to be present if control commands are specified.

Options controling the local terminal

If run inside a terminal window, options exist to modify sercom's behaviour:

-echo
	keep terminal's echo flag enabled
-line
	keep terminal's line flag enabled
-binary
	force binary mode (no modifications) even when using terminal
Handling of control characters

Control characters are forwarded without interpretation. If sercom recognizes that Control-C has been pressed, the first character (ASCII 03) is sent to the serial device. If Control-C is pressed again within 250 ms, this will terminate the program.

Traces

Option -trace enables printing sent and received bytes in hexadecimal notation in stderr.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL