Introduction to Data Communications | ||
---|---|---|
Previous | 29. AT Command Set | Next |
Smart modems operate in two modes: command and communication mode. In command mode, the modem is waiting for AT command instructions. In communication mode, the modem is transferring data from sender to receiver.
To talk to a modem, you must use either a terminal or a terminal emulation software on a PC such as Procomm or Hyperterminal. A basic test to see if the modem is communicating properly with the terminal, is to type "AT". If the modem responds with "OK", then the software's configuration matches the modems configuration.
The following configuration issues must match before proper modem to terminal communication will work:
Configuration Point | Typical value | |
Com port of modem: | Com2 for external, Com4 for internal | |
IRQ of modem: | IRQ3 | |
Number of data bits: | 8 | |
Type of parity: | n (none) | |
Number of stop bits: | 1 | |
Transfer speed: | 56 kbps (depends on modem) | |
Terminal emulation: | vt100 |
If the modem is on-line (communicaton mode), to enter command mode, type "+++" (3 pluses in a row) and wait. The modem should respond with "OK". This indicates that you have entered command mode. You then may enter AT command strings to the modem.
Introduction to Data Communications | ||
---|---|---|
Previous | Table of Contents | Next |