|
This procedure is used to initialize a Zoom VFX Modem (either
9600 or 14400). The first procedure is for enabling the modem for
dialin, and the second is to set the modem up for dial out. There
are not many differences, but they are important.
-
Enabling a modem for dialin:
- The following commands (less their comments) need to be sent to
the modem. The easiest way to do this would be to set the port as
an AUX port and use adumb to initialize the modem. Set
handshaking to none for this exercise. Don't forget to use the
AUX command to use the correct AUX port the modem is connected
to. COM1 is AUX0, COM2 is AUX1, and the first Addon Port is AUX2.
You should see an OK after hitting return for each command as an
indicator that the modem understood the command.
-
AT&F (Reset the modem to it's factory defaults)
- ATQ2 (Result codes on dialout only)
- ATW0 (do not return negotiation messages)
- ATS0=1 (Answer on first ring)
- AT&C1 (DCD tracks carrier)
- AT&D2 (When DTR drops, drop carrier, reset modem)
- ATY1 (Enable long space disconnect)
- AT&Y0 (Select profile 0 on power-up)
- AT&Q5N1 (Negotiate both baud rate and protocol, i.e. stepdown baud and adjust to protocol differentials)
- ATE0 (Turn off command echoing. At this time, you will no
longer see characters echoed back)
- AT&W0 (Store current settings in NVRAM)
Once you have configured the modem don't forget to enable RTS and
CTS handshaking for the port, as that is what we set the modem up
for.
-
Configuring a modem for dialout:
- The following commands(less their comments) need to be sent to the modem.The easiest way to do this would be to set the port as
an AUX port and use adumb to initialize the modem. Set handshaking to none for this exercise. Don't forget to use the
AUX command to use the correct AUX port the modem is connected to. COM1 is AUX0, COM2 is AUX1, and the first Addon Port is AUX2.
You should see an OK after hitting return for each command as an indicator that the modem understood the command.
- AT&F0 (Reset the modem to it's factory defaults)
- ATQ1 (No Result codes)
- ATW1 (return negotiation messages)
- ATS0=0 (Do not answer phone)
- AT&C1 (DCD tracks carrier)
- AT&D2 (When DTR drops, drop carrier, reset modem)
- ATY1 (Enable long space disconnect)
- AT&Y0 (Select profile 0 on power-up)
- ATE0 (Turn off command echoing. At this time, you will no
longer see characters echoed back)
- AT&W0 (Store current settings in NVRAM)
Once you have configured the modem don't forget to enable RTS and
CTS handshaking for the port, as that is what we set the modem up for.
|
|