|
Modem |
Top Previous Next |
|
The modem Device Driver allows AggreGate Server to control a GSM modem or any other modem that is based on AT command set. Modem devices are often used to send SMS messages in response to alerts. Configuring AggreGate Server For Serial Communications In most cases the modem is connected to a serial port of AggreGate Server machine. See Enabling Serial Communications to find out to get access to a serial device. Driver Information
Global Settings None defined. User Level Settings None defined. Device Properties Connection Settings Connection settings define how AggreGate Server communicates with a modem. These settings may be accessed using the Edit Device Properties action of Device Context. The following connection properties are available:
Commands This property contains a list of modem commands that will be periodically sent to the modem on every synchronization cycle. Last reply to each command will be available as a single variable of Device Context.
Here is a list of properties of each modem command:
Device Settings Modem device driver creates one Device setting variable per every command found in the Commands table. The variable contains text of reply received from modem. Device Operations Send SMS This operation is used to send an SMS message via connected GSM modem. It prompts user to enter recipient's number and SMS text first.
Execute Custom Command Allows to send a custom command to modem. Device Events No events provided by the driver. Connection Handling This driver makes the device Online if connection with modem was successfully established and it has replied OK to two commands: ATE0 and AT. Synchronization Details Synchronization between AggreGate Server and modem device includes the following steps:
|