Skip to main content

Alternative console-based UART client

Project description

megacom

because minicom is not that good

installation

from pypi

pip3 install megacom

from source

git clone https://git.lain.faith/haskal/megacom.git
pip3 install --user .

or for development

pip3 install --user -e .

usage

usage: megacom [-h] [-b BAUD] [-m MODE] [-l LOGFILE] [tty]

Alternative console-based UART client

positional arguments:
  tty                   Path to UART device [/dev/ttyUSB0]

optional arguments:
  -h, --help            show this help message and exit
  -b BAUD, --baud BAUD  UART baud rate [115200]
  -m MODE, --mode MODE  UART mode string [8N1]
  -l LOGFILE, --logfile LOGFILE
                        file to log to

sudo

to avoid using sudo, add yourself to the uucp group (on arch) or dialout group (ubuntu/debian), and make sure you don't have ModemManager installed

if you have ModemManager installed it's likely you will need to use sudo. if you absolutely need ModemManager on your system, try stopping it with sudo systemctl stop ModemManager, then unplugging and replugging UART devices. once you're done using megacom, you can restart ModemManager with sudo systemctl start ModemManager, if it was previously running

keyboard shortcuts

CTRL-A is the escape character. CTRL-A + Q quits megacom. CTRL-A + CTRL-A sends a literal CTRL-A

there will be more keyboard shortcuts later, hopefully

non-tty mode

megacom can be run even if stdin is not a tty. in this mode, keyboard shortcuts (CTRL-A) are disabled and input is passed through verbatim. this can be useful to pipe input and output out of a UART device with programs that are not tty-aware

baud

any standard baud rate (as an integer) which is supported by pyserial can be used. usually you want the default (115200)

mode strings

composed of bytesize, parity, and stopbits. usually you want the default (8N1)

the following options are supported

  • bytesize: 8, 5, 6
  • parity: N (none), E (even), O (odd), M (mark), S (space)
  • stopbits: 1, 1.5, 2

examples:

8N1
5E2
6S1.5

windows

untested but it might work. don't expect windows to be actively supported because serial on windows is extremely annoying. just use WSL

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

megacom-0.1.2.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

megacom-0.1.2-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file megacom-0.1.2.tar.gz.

File metadata

  • Download URL: megacom-0.1.2.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for megacom-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ab6b14dfbb935fdf11243174585b7bbf3aad7cb937bb6e4238274ab77e3f67bd
MD5 c75c2549c38484103e4839b6ed4ec33e
BLAKE2b-256 154e5ce51a1e6f1fc32b6ea1a12c128783796a6b932444d32bc7894ec138ca5b

See more details on using hashes here.

File details

Details for the file megacom-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: megacom-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

File hashes

Hashes for megacom-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2bb979b4d8f57d2e54fc58d31a3ccf0ce55ca67f3884966d8e12adb0f444fb6c
MD5 33a1e36b99ae039f7ce8287500c5d369
BLAKE2b-256 879aeaee3387a429e04e535d27fc06eb4f9ae257e71056f590040599161ff29c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page