[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IIGS Modem troubleshooting --> Marinetti TCP/IP



--> I've did a deja-search on articles on how-to prepare the PPP-script
which seems to be a more reliable approach.  I found a CSA2 posting dated
to 12-01-98 where an example script for connecting to AOL was adviced.  I
adjusted the routine to my ISP provider, and can now make successful
connection and disconnections without system crashes! 
 
I can't really comment on the connect script example you found, so here's
one that Ewen Wannop uses to connect via Marinetti with CompuServe, and
which I also use, but with a different Init String. Make changes where
applicable, such as baud rate, and login/password.
 
Make sure that you have 'cr' as a two letter word at the end of all lines
that are sending data. The 'cr' is an actual word command for the script,
not an indication that there is a return. Then make sure that there is a
real return after the word 'end'. The script should look exactly like it
is here. All you should need to do is change the 'xxxx' for the phone
number, yyyy for the user id and zzzz for the password, and then have a
real return after 'end'. 
 
baud 38400
send cr
delay 120
send AT&F1 cr
wait 600 OK
delay 60
send ATDTxxxxxxxxx cr
wait 3600 CONNECT
delay 120
send cr
wait 600 Name:
send CIS cr
wait 600 ID
send yyyyyy,yyy/go:pppconnect cr
wait 600 word:
send zzzzzzz cr
end
 
The Disconnect script is the same:
 
delay 200
send '+++'
wait 400 OK
delay 60
send ATH cr
wait 600 OK
end
 
Again, make sure that 'cr' is an actual word, and that there is a real
return after 'end'.
 
Joe Kohn
http://users.foxvalley.net/~joko



-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----