System information

_____________________________________________________________
Modem Operation
Blastware Operator Manual 7–13
* for an ID text string and sends the text string
* specified by the %s parameter followed by the ID
* text to the modem.
*
****************************************************************************
[Identification]
****** The Title will be displayed with the file list
Title= Generic Modem
*********This is user note. This note will be displayed with the modem name
Usernotes= The Generic AT Command Set Modem Driver
******* The following commands are required to connect to modem
[Connect]
Dial= ATDT
******** Wait for the "CONNECT" response for up to 40 seconds ************
CheckResponse= 40 CONNECT
[Disconnect]
Pause= 1
String= +++
Pause= 1
String_CR= ATH0
CheckResponse= 3 OK
**INITIALIZE LOCAL PC MODEM (The one attached to your PC at the office ) ***
*Note:
* The main problems encountered, have to do with Flow Control and
* compression. The existing serial protocol will only work properly if
* compression is turned off. Modem connection to the monitor is with a
* simple 3 wire connection and therefore the hardware flow control must be
* disabled.
* In addition, the monitor will echo characters and therefore it is
* important that the modem connected at the monitor does not also echo
* (ATE0) and does not try to send result codes to the monitor(ATQ1).
*
* Some settings are set via Dip Switches on the Modem. Some modems do not
* allow you to save some of the parameters that are normally controlled
* with the Dip Switches. Always try to set the Dip Switches to the desired
* operation since they may not be fully controllable via software.
[Initialize_PC]
******************* Initialize to Factory Defaults ************
* This should disable flow control, compression and error control.
* Enable the default result codes so that 'OK' is returned.
String_CR= AT&F
Pause= 2
****************** Display Result Codes ***********************+
String_CR= ATQ0
CheckResponse= 3 OK
***************** Turn local echo on ****************************
String_CR= ATE1
CheckResponse= 3 OK
** Write these settings to memory. These settings will be recalled when the
** Modem is powered up in the future.
String_CR= AT&W
CheckResponse= 3 OK
*INITIALIZE REMOTE MODEM (the one that is attached to the monitor) ***
[Initialize_Remote]