Difference between revisions of "Microcom"

From ArmadeusWiki
Jump to: navigation, search
(Created page with "Category: terminal == Introduction == Microcom is an embedded terminal that can be installed on APF. == Installation == TODO == Usage == To connect a tty do this : <...")
 
m (Usage)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category: terminal]]
 
 
 
== 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 ==
  
TODO
+
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
+
# microcom -s 115200 /dev/ttymxc1
 
</pre>
 
</pre>
 +
 +
Press Ctrl-X to quit the terminal.
 +
 +
[[Category: terminal]]

Latest revision as of 13: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.