[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What's up on the A2 forum of Delphi access???
A2MG <a2mg@aol.com> wrote:
: I don't have telenet access because my Apple II comm software doesn't handle it
: properly at my telenet node, which is Compuserve.
I have a CompuServe account, and can successfully Telnet from CSi using two
different methods, using my Apple II and ProTerm or Spectrum, or via
Marinetti.
With ProTerm or Spectrum, just type GO TELNET from any CompuServe prompt.
It's all menu driven, and works just fine.
For Marinetti 2.0, you need to use the Scripted PPP method. Feel free to
use Ewen Wannop's scripts, which sure work great on my IIGS!
Connect script:
baud 38400 {Speed to suit your modem}
send cr
delay 120
send AT&F1 cr {Init string to suit your modem}
wait 600 OK
delay 60
send ATDTxxx xxx xxx cr {The Compuserve node telephone number}
wait 3600 CONNECT
delay 120
send cr
wait 600 Name:
send CIS cr
wait 600 ID
send xxxxx,xxx/go:pppconnect cr {your Compuserve ID}
wait 600 word:
send xxxx-xxxx cr {your Compuserve password}
end
And for the Disconnect script:
delay 200
send '+++'
wait 400 OK
delay 60
send ATH cr
wait 600 OK
end
Joe Kohn
http://www.crl.com/~joko