9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: pdl@borf.com, 9fans@cse.psu.edu
Subject: RE: [9fans] pcmcia modems
Date: Thu, 20 Jul 2000 19:46:32 -0400	[thread overview]
Message-ID: <200007202346.TAA24314@cse.psu.edu> (raw)

In my plan9.ini, I have:

serial0=type=com port=0x2e8 irq=9

You may want to use a different irq, up to you.
That's the one xircom's help file recommended.

If you're using ppp, don't use telco.  Ppp just opens
up the modem and lets you type at it.  It's a failure
of vision that I'll fix in some fictional second life.

Run ppp as:

	ip/ppp -ufb 115200 -p '#t'/eia000

and when it wants you to type something, just
go for

	atdt<telephone number>

The carriage return is generated by typing control-m.

I'm about to do a little scripting language or steal someone
else's so that dialing is easier.

The only thing we use telco for is receiving and sending
faxes.  It should figure out the modem type.  If you want to
use it, just

	telco -vs 115200 /dev/eia000 &

somewhere in termrc or cpurc.  After that, any call to
dial() with a string starting with telco! will dial out.


             reply	other threads:[~2000-07-20 23:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-20 23:46 presotto [this message]
2000-07-22 13:49 ` [9fans] USB floppies: key.c Boyd Roberts
  -- strict thread matches above, loose matches on Subject: below --
2000-07-21 13:19 [9fans] pcmcia modems presotto
2000-07-21 12:56 miller
2000-07-16 23:02 presotto
2000-07-20 18:55 ` Peter LeBlond
2000-07-15 16:03 sah

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200007202346.TAA24314@cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=pdl@borf.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).