home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / t-m2326p.zip / MODEM.CTL < prev    next >
Text File  |  1994-06-11  |  1KB  |  29 lines

  1. Init1         ^~~v~~^~~ATZ|       ; Modem init strings
  2. Init_Terminal     AT|          ; Terminal init string
  3. Modem_OK     AT|          ; Force 'OK' answer
  4. Dial         ATDP          ; Dialing prefix
  5. ;HST_Dial     ATB1&N8DP      ; Dialing to HST prefix
  6. ;HST16_Dial     ATB1&N9DP      ; Dialing to HST 16800 prefix
  7. PEP_Dial     ATDP          ; Dialing to PEP prefix
  8. Zyxel_Dial     ATDP          ; Dialing prefix
  9. Dial_Suffix     |          ; Dialing suffix
  10. Onhook         ^~~v~~^~ATH0|        ; Modem on-hook
  11. Offhook      ATH1|          ; Off-hook string
  12. Answer         ~~ATA|       ; Answer string
  13. Busy         BUSY          ; Busy string
  14. No_Dial      NO DIALTONE      ; No dialtone string
  15. Ring         RING          ; Ring string
  16. Ringing      RINGING
  17. ;Statistics      ATI2
  18. Connect_300     CONNECT 300      ; 300 bps connected string
  19. Connect_1200     CONNECT 1200      ; 1200 bps connected string
  20. Connect_2400     CONNECT 2400      ; 2400 bps connected string
  21. Connect_4800     CONNECT 4800      ; 4800 bps connected string
  22. Connect_7200     CONNECT 7200      ; 7200 bps connected string
  23. Connect_9600     CONNECT 9600      ; 9600 bps connected string
  24. Connect_12000     CONNECT 12000      ; 12000 bps connected string
  25. Connect_14400     CONNECT 14400      ; 14400 bps connected string
  26. Connect_16800     CONNECT 16800      ; 16800 bps connected string
  27. Connect_19200     CONNECT 19200      ; 19200 bps connected string
  28. Connect_21600     CONNECT 21600      ; 21600 bps connected string
  29.