Commit Graph

3 Commits

Author SHA1 Message Date
Wang Mingyu
5665110de0
microcom: upgrade 2023.09.0 -> 2025.11.0
Changelog:
===========
- Add -e switch to select an escape sequence other than Ctrl+\
- More portable TTY settings
- Better error and signal handling

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-12-02 09:22:49 -08:00
Yoann Congal
c7a5f0c084
microcom: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool
check-upgrade-status.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
2024-07-24 08:56:43 -07:00
Enrico Jorns
2aa8abc917 microcom: add new recipe
A minimalistic terminal program for communicating with devices over a
serial connection.

It features connection via RS232 serial interfaces (including setting of
transfer rates):

  microcom --speed=115200 --port=/dev/ttyS0

as well as in `telnetmode' as specified in rfc2217

  microcom --telnet=somehost:port

and a (Linux specific) can mode:

  microcom --can=interface:rx_id:tx_id

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-09-07 10:31:19 -07:00