summaryrefslogtreecommitdiff
path: root/conmux
diff options
context:
space:
mode:
authormbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4>2006-12-17 23:05:45 +0000
committermbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4>2006-12-17 23:05:45 +0000
commit47bebc44f4c01fd3035cb10b0e358eb747a5dfc9 (patch)
treea055dcd6962db6eb533311289998c66b71f334a9 /conmux
parent3a800a45e66651532c890510f5533d28a53e0071 (diff)
This just adds a simple control file that calls out to cu
in order to achieve a direct serial connection. This way we can let it handle all the serial port setup, parity, handshaking, etc etc. Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: svn://test.kernel.org/autotest/trunk@431 592f7852-d20e-0410-864c-8624ca9c26a4
Diffstat (limited to 'conmux')
-rwxr-xr-xconmux/examples/direct.cf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conmux/examples/direct.cf b/conmux/examples/direct.cf
new file mode 100755
index 00000000..3b7117db
--- /dev/null
+++ b/conmux/examples/direct.cf
@@ -0,0 +1,2 @@
+listener steerpike
+application console 'steerpike console' 'cu -l /dev/ttyS0 -s 57600 dir'