Microcom: Difference between revisions

From ArmadeusWiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category: terminal]]
== Introduction ==
== Introduction ==


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
# 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.