home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-02-13 | 1.3 KB | 28 lines | [04] ASCII Text (0x0000) |
- # start
-
- display ^L
- gotoxy 24,5
- display "Initializing DataLink Modem^Y"
- set timer 3
- xmit "ATQ0V1S0=0S7=60^M"
- waitfor string "ok"
- SET BAUD 2400
- display ^L
- gotoxy 8,2
- display "^OPLEASE NOTE:^N Switch #1 on your DataLink Modem MUST be CLOSED^J^M"
- display "^I in order to run this software.^J^J^M"
- display "^I You can dial a telephone number in two ways. One way is ^J^M"
- display "^Ito use the built-in Dial Macro (press ^[^O@^N^X-D to run Dial Macro). ^J^M"
- display "^IThe second way is to use the DataLink's built-in `AT` commands. ^J^M"
- display "^I The `AT` commands are listed in the DataLink Manual and on^J^M"
- display "^Ithe DataLink Modem Command card that came with your DataLink. ^J^M"
- display "^IFor example, to dial `555-1212` using `AT` commands, you would^J^M"
- display "^Itype ATD 555-1212 and press return. ^J^J^M"
- display "^I To see a list of the available ^[^OA^N^X commands, press ^[^OA^N^X-?.^J^M"
- display "^I To see a list of the pre-defined macro keys, press ^[^O@^N^X-?.^J^M"
- display "^I To get help on the ^[^OA^N^X commands, press ^[^O@^N^X-H.^J^M"
- display "^J^I Please remember: when all else fails,^J^J^M"
- display "^I^I^IR E A D T H E M A N U A L ! ! !^J^J^M"
- display "^IFor the latest information on the DataLink Modem and Software,^J^M"
- display "^Iuse the ^[^OA^N^X-J command to view the NOTES file on this disk.^J^M"
- stop