Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: cu - micro serial console #1114

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

veremenko-y
Copy link
Contributor

@veremenko-y veremenko-y commented Nov 17, 2024

NAME

cu - simple serial console.

SYNOPSIS

cu -l device [-s speed] [-E escape-character]

DESCRIPTION

Simple and minimal terminal emulator program, to use with modems and alike.

Just like other terminal emulator progrms cu supports escape sequence to execute a command in cu itself.

OPTIONS

-l device

Path to the character device. -E escape-character Set alternate escape character.

-s speed

Set speed of the device in baud before connecting.

COMMANDS

Commands are executed by first inputing escape character ( ESC ) which by default is ˜

  ESC .   Quit program and restore device termios to the previous settings.

ESC ESC

Print escape character verbatim.

Note: Escape character is only acknowledged after a new line.

EXAMPLES

cu -l /dev/tty2

cu -s 300 -l /dev/tty2

BUGS

To be found.

AUTHORS

Yaroslav Veremenko

@EtchedPixels EtchedPixels merged commit 1a6aeba into EtchedPixels:master Nov 18, 2024
13 checks passed
@EtchedPixels
Copy link
Owner

Thanks a lot

@veremenko-y veremenko-y deleted the cu branch November 18, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants