home *** CD-ROM | disk | FTP | other *** search
/ Doom Magazine 1 / Doom_magazine_01.bin / fnet / multitec.md_ / multitec.md
Text File  |  1994-05-29  |  609b  |  22 lines

  1. MNAME = 'MultiExpress MT1432'
  2. MDMATT = '+++'
  3. MDMDIAL = 'ATD%s\r'
  4. MDMTONE = 'T'
  5. MDMPULSE = 'P'
  6. MDMHUP = 'ATH\r'
  7. MDMANS = 'ATA\r'
  8. MLTO = 3600
  9. MSTO = 120
  10. MGTO =  60
  11. MDMRESET = 'AT&F\r'
  12. MDMINIT = 'ATS0=0V1E1X4&Q0&E0&E3&E14$BA1M0&C0&D0\r'
  13. MDMOPT = 'AT%s\r'
  14. MDMHWHS = '&E1&E4&E15$BA0'
  15. MDMSPKR = 'M1'
  16. MDMCD = '&C1'
  17. MDMDTR = '&D2'
  18. MBAUD = 9600
  19. MHWHSBAUD = 19200
  20. MAUTOSPEED = 0MCOMMENTS = 'This modem uses a single command (&E) to control many different parameters, thus the odd looking strings. Requires a hardware handshaking cable for compression and error correction to be used.'
  21. MDELAY = 20
  22.