Chapter 3 - Software Configuration

3.5Macintosh Initialization

Macintosh computers cannot use RTS/CTS hardware flow control without a serial cable wired for hardware control. The Macintosh 128 and 512 models cannot use RTS/CTS flow control at all. For those Macintoshes turn off the default RTS/CTS hardware flow control, turn on XON/XOFF flow control and pacing, and ignore DTR:

AT &F X4 &E5 &E13 &D0 ^M

For hardware flow control, use the following initialization string:

AT &F X4 &E13 &D0 ^M

Add S0=0 to both strings to disable auto-answer if the modem is on a voice line.

You can store the initialization string in nonvolatile memory. With your communications software open and connected to the modem’s COM port, type the initialization string in the terminal window, substituting a carriage return for ^M. To store the string, enter

AT &F9 &W0 <CR>

Now you can initialize your modem with the following simple string:

AT Z ^M

3.6Configuring Software for Your Computer

You must configure your communications software to match your computer’s configuration. If the modem is connected to the COM2 serial port, you must tell the software you are using COM2. Another important parameter is the serial port baud rate. This is the speed at which your modem communicates with your computer, not the speed at which your modem communicates with another modem. When V.42bis data compression is enabled, you must have a serial port baud rate four times the transmission speed of the modem to fully optimize compression. So if your UART is fast enough, you should set the serial port baud rate to a minimum of four times the top speed of your modem.

If you have an 8250 UART, your most reliable serial port speed will be 9600 bps; if you have an 8250A or a 16450 UART, try 19,200 bps; if you have a 16550 UART or equivalent, a serial port setting of 115,200 bps can be set reliably.

3.6.1Configuring Software for the Remote System

You must meet the requirements of the remote system for successful communications. Though the modem can automatically match the speed of the other modem, you must specify parameters such as type of flow control, break length, number of data bits, number of stop bits, and parity. If you set these parameters incorrectly with the remote system, gibberish will appear on your screen.

3.6.2Terminal Emulation

If you are accessing the remote computer as if from an on-site terminal, the keyboard codes used by your computer may not match the ones used by the remote computer. To be compatible with the remote computer, your software must be able to substitute the appropriate codes in what is known as terminal emulation. Most communications programs can emulate the most common mainframe terminals, including the DEC VT100, VT102, and VT52 terminals, and the basic TTY mode. If in doubt about which to choose for a BBS, try ANSI or VT100 first.

31

Page 31
Image 31
Multitech MT2834BAI, MT1432BA manual Macintosh Initialization, Configuring Software for Your Computer, Terminal Emulation