Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how & what is needed to connect modem opt 11c

Status
Not open for further replies.

scanjet

Technical User
Feb 24, 2004
231
US
I do not have the atdt string needed or know how to apply for us robotics modem and otion 11c
 
try this..


1 Power off the modem.
2 Set DIP switches 1, 3, 7, and 8 down for all programming. (All other switches should be up).
3 Power on the modem.
4 Enter the commands below from the administration terminal to configure the modem

Note: The administration terminal should be set to either 2400 bps or 9600 bps (that is, Meridian Mail console speed).

command: at&f0
response: OK
command: ats0=1
response: OK
command: at&b1
response: OK
command: aty0
response: OK
command: atq1
no response
command: at&w0
no response
command: at&w1
no response

5 Power off the modem.
6 Set DIP switches 1 and 4 down. (All other switches should be up.)

Now the modem is ready for connection to the Meridian

Colin
 
i also use this script

;Editing may be required.
proc main
transmit "atz3^M"
pause 1
transmit "ati4^m"
waitfor "K^M^J"
transmit "at^M"
waitfor "K^M^J"
transmit "at&b1^M"
waitfor "K^M^J"
transmit "aty0^M"
waitfor "K^M^J"
transmit "at&c1^m"
waitfor "K^M^J"
transmit "ats0=2^M"
waitfor "K^M^J"
transmit "at&m0^M"
waitfor "K^M^J"
transmit "ate0^M"
waitfor "K^M^J"
pause 1
transmit "atq1^M"
pause 1
transmit "at&w1&w0^M"
pause 1
transmit "at&w2^M"
pause 1
transmit "atz1^m"
pause 1
transmit "ati4^m"
endproc

Colin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top