Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | microcom: update UPSTREAM_CHECK_* variables to fix devtool upgrades | Yoann Congal | 2024-07-24 | 1 | -0/+3 |
| | | | | | | | | 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> | ||||
* | microcom: add new recipe | Enrico Jorns | 2023-09-07 | 1 | -0/+20 |
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> |