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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Option 61C Paddle Board Question

Status
Not open for further replies.

ingenia

Technical User
Mar 16, 2004
38
0
0
US
I am having trouble dialing into my 61. I have searched the boards and reprogrammed my modem 15 times with no luck. (USR 33.6 faxmodem @9600 baud)

I want to hook the modem to core 1. What should all my SW settings be for my NT8D41AA?

SW2
SW3
SW4
SW5
SW6
SW7
SW8
 
What cable is your modem currently conneted to?
You may want to check the baud rate setting on you sys monitor card as well.
 
i use 2 script to set up my modems this one re-sets the modem the 2nd progs it

;Recorded script. Editing may be required.
proc main
transmit "ati4^M"
pause 1
transmit "atz3^M"
pause 1
transmit "ati4^m"
endproc


;Recorded script. Editing may be required.
proc main
transmit "ati4^m"
waitfor "K^M^J"
transmit "at&f^M"
waitfor "K^M^J"
transmit "at&f0^M"
waitfor "K^M^J"
transmit "at&b1^M"
waitfor "K^M^J"
transmit "aty0^M"
waitfor "K^M^J"
transmit "at&d0^M" ;transmit "remove for mail" "at&d0^M"
waitfor "K^M^J" ;waitfor "K^M^J"
transmit "ats0=1^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 "at&w^m"
pause 1
transmit "ati4^m"
endproc

they work fine for me....give em a shot





Colin
 
I need to know what Device numbers you will be using. Go into LD 37 and do STAT. The device number is needed for SW4.

SW1 off off off off
SW2 off off off off
SW4 ??? ??? ??? ???
SW5 off off off off off off
SW6 on off on on on on
SW7 off off off off off off
SW8 on off on on on on

SW2 is for the first port (Baud rate)
SW3 is for the second port (Baud rate)
SW4 is for device numbers
SW5 is for first port (Mode DTE,DCE)
SW6 is for the first port (Mode DTE, DCE)
SW7 is for the second port (Mode DTE,DCE)
SW8 is for the second port (Mode DTE, DCE)

TWM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top