summaryrefslogtreecommitdiff
path: root/microkernel/viengoos/serial_port.mdwn
blob: 53b988c55ae8a8c957c0ce7123e5787505c24d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[meta copyright="Copyright © 2008 Free Software Foundation, Inc."]]

[[meta license="""[[toggle id="license" text="GFDL 1.2+"]][[toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant
Sections, no Front-Cover Texts, and no Back-Cover Texts.  A copy of the license
is included in the section entitled
[[GNU_Free_Documentation_License|/fdl]]."]]"""]]

Viengoos can be configured to send output to the serial port (in fact,
this is the only configuration that I use).  To talk to the serial
port, I use ser2net, which provides a telnet interface to the serial
port.  Be sure to edit /etc/ser2net.conf to use 115200 bps, which
Viengoos uses by default.