Difference between revisions of "Microcom"
From ArmadeusWiki
(→Usage) |
m (→Usage) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Introduction == | == Introduction == | ||
− | Microcom is an embedded terminal that can be installed on APF. | + | Microcom is an embedded terminal that can be installed on APF/OPOS SOMs. |
== Installation == | == Installation == | ||
− | + | Installed by default on recent Armadeus BSPs. | |
== Usage == | == Usage == | ||
Line 13: | Line 11: | ||
To connect a tty do this : | To connect a tty do this : | ||
<pre class="apf"> | <pre class="apf"> | ||
− | + | # microcom -s 115200 /dev/ttymxc1 | |
</pre> | </pre> | ||
Press Ctrl-X to quit the terminal. | Press Ctrl-X to quit the terminal. | ||
+ | |||
+ | [[Category: terminal]] |
Latest revision as of 12:20, 7 December 2023
Introduction
Microcom is an embedded terminal that can be installed on APF/OPOS SOMs.
Installation
Installed by default on recent Armadeus BSPs.
Usage
To connect a tty do this :
# microcom -s 115200 /dev/ttymxc1
Press Ctrl-X to quit the terminal.