Blame doc/QuickStart.modemu

Packit 15a96c
Getting started quickly with modemu
Packit 15a96c
===================================
Packit 15a96c
Prepared for the Debian package by John Goerzen <jgoerzen@complete.org>
Packit 15a96c
Packit 15a96c
Here are a few brief hints on getting started with modemu.
Packit 15a96c
Packit 15a96c
IMPORTANT:
Packit 15a96c
Packit 15a96c
 * To exit a modemu run from a command prompt, type:
Packit 15a96c
   AT%Q
Packit 15a96c
Packit 15a96c
   Ctrl-C will *not* abort modemu!
Packit 15a96c
Packit 15a96c
 * To exit a Minicom running Modemu, just use the normal Minicom exit
Packit 15a96c
   key.
Packit 15a96c
 * modemu by default uses a 7-bit connection.  You need to use special
Packit 15a96c
   commands to use an 8-bit clean connection.  (see below)
Packit 15a96c
 * When using atdt, don't forget the quotation mark.  For instance, to
Packit 15a96c
   telnet to somehost.somewhere.net, you would type:
Packit 15a96c
   ATDT"somehost.somewhere.net
Packit 15a96c
Packit 15a96c
   This is probably the most common mistake people make.
Packit 15a96c
 * You can use ZModem and Kermit over a modemu connection (for instance,
Packit 15a96c
   to BBSs).  Just make sure you are in 8-bit clean mode.  (aka binary
Packit 15a96c
   mode)
Packit 15a96c
 * Here is a sample command line to start Minicom using modemu in 8-bit
Packit 15a96c
   mode:
Packit 15a96c
Packit 15a96c
   modemu -e "AT%B0=1%B1=1&W" -c "minicom -p tty%s"
Packit 15a96c
Packit 15a96c
   You might want to alias this with your shell or put it into a script.
Packit 15a96c
 * You can use modemu from UUCP by using the port type "pipe" and
Packit 15a96c
   using a command like modemu -e "AT%B0=1%B1=1&W"
Packit 15a96c
 * Finally, read the manpage and the README file.