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: http://test.kernel.org/svn/autotest/trunk@431 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/conmux/examples/direct.cf b/conmux/examples/direct.cf
new file mode 100755
index 0000000..3b7117d
--- /dev/null
+++ b/conmux/examples/direct.cf
@@ -0,0 +1,2 @@
+listener steerpike
+application console 'steerpike console' 'cu -l /dev/ttyS0 -s 57600 dir'