Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple serial comm program with switchable timestamps, hex mode, etc., for use on embedded platforms.

License

Notifications You must be signed in to change notification settings

glitchub/nanocom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

43 Commits

Repository files navigation

A simple serial/tcp comm program intended for use with (and on) embedded
systems. Supports telnet and high-character locale mapping.
--------------------------------------------------------------------------------
Usage:
 nanocom [options] /dev/ttyX|host:port
Connect current tty to specified target, which is either a serial device (if
target contains a '/') or a TCP host (if target contains a ':').
Options:
 -b - backspace key sends DEL instead of BS
 -d - toggle serial port DTR high on start
 -e - enter key sends LF instead of CR
 -f file - log console output to specified file
 -h - display unprintable characters as hex
 -H - display all characters as hex
 -i - display high-bit characters as CP437
 -I charset - character set for -i, instead of CP437 ('iconv -l' for list)
 -l mS - flush characters after first connect until idle for specified mS
 -L mS - also flush on reconnect
 -n - don't force target tty to 115200 N-8-1
 -r - try to reconnect target if it won't open or closes with error
 -s - display timestamps
 -S - display date+timestamps
 -t - enable telnet in binary mode
 -T - enable telnet in ASCII mode (handles CR+NUL)
 -x command - execute FX command after first connect
 -X command - also execute on reconnect

About

A simple serial comm program with switchable timestamps, hex mode, etc., for use on embedded platforms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /