summaryrefslogtreecommitdiff
path: root/microkernel/viengoos/serial_port.mdwn
diff options
context:
space:
mode:
authorGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-14 04:32:02 +0000
committerGNU Hurd wiki engine <web-hurd@gnu.org>2008-08-14 04:32:02 +0000
commitdc16aad4f287802dce8c560e18406f30a968eb93 (patch)
tree2b850f16e3734865a46d54edbcbce397c6b3b31f /microkernel/viengoos/serial_port.mdwn
parent35b4dcf40dce854eba0341d651764a003ba6dac9 (diff)
web commit by NealWalfield
Diffstat (limited to 'microkernel/viengoos/serial_port.mdwn')
-rw-r--r--microkernel/viengoos/serial_port.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/microkernel/viengoos/serial_port.mdwn b/microkernel/viengoos/serial_port.mdwn
new file mode 100644
index 00000000..53b988c5
--- /dev/null
+++ b/microkernel/viengoos/serial_port.mdwn
@@ -0,0 +1,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.