Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
4.5 KiB

  1. ; All US Robotics modems need &H2&I2 to set Xon/Xoff flow control
  2. ; NOTE: 4/21/95-JosephJ- USR modems don't transmit 0x11 or 0x13 if present
  3. ; in the NSF data (during AT+FTH=3). So we use &I1
  4. ; instead of &I2
  5. [Robotics]
  6. SetupCommand=ATS7=255&D3&H2&I1
  7. ; USR Sportsters 14.4 is broken
  8. EnableV17Send=0
  9. EnableV17Recv=0
  10. HighestSendSpeed=9600
  11. ; Gateway Telepath I modem is supposed to be USR and subject
  12. ; to same USR bug...
  13. [Gateway TelePath 1.5 000]
  14. EnableV17Recv=0
  15. EnableV17Send=0
  16. HighestSendSpeed=9600
  17. ; Specific firmware revisions of Hayes Optima 144 and Optima 96
  18. ; (and possibly other Hayes modems) strip 00s in the send data
  19. ; if flow control is set to AT&K4. Use AT&K3 instead.
  20. [04-00541]
  21. SetupCommand=ATS7=255&D3&K3
  22. [04-00504]
  23. SetupCommand=ATS7=255&D3&K3
  24. ; For Dynalink 1414VE (a Swedish modem), supports Class1 & Class2
  25. ; but is incompatible with EFAX in Class1 mode, so force into Class2 mode
  26. [CBS-04 SVE]
  27. FixModemClass=2
  28. ; The Bitblitz MX6 Class1 modem goes into BI-directional XON/XOFF after init,
  29. ; which freezes on T.30 frame data. AT&K3 enables UNI-directional XON/XOFF
  30. [Bit Blitzer MX-6 V.32bis Fax/Modem]
  31. SetupCommand=ATS7=255&D3&K3
  32. ; UK modem Cray Quantum 144 needs AT&K1 to switch on XON/XOFF flow control
  33. ; It's IDs are too short, so use multiple Ids strung together to identify
  34. [242;2579;;01/03/Z;562]
  35. SetupCommand=ATS7=255&D3&K1
  36. ; NOTE: Adtech Micro Perfect Fax/96 mistakenly matches Hidem (see below)
  37. ; so we have another entry here...
  38. ; INTEL matches Hidem (see below)
  39. ; Swedish modem: Hidem 2442/P needs AT\Q1 sent again at end of init
  40. ; NOTE: Adtech Micro Perfect Fax/96 mistakenly matches this!
  41. ; Also the Intel IN1401
  42. ; SO: disable for now!
  43. ;[EXAR;9648,2,E,290X]
  44. ;SetupCommand=ATS7=255&D3&K1\Q1
  45. ; Intel 14.4EX Modem's implem of Class1 is broken. Force it to Class2.
  46. ; also it advertises 12/14.4k but doesnt actually support it
  47. ;3/7/95 WAS: FixModemClass=2
  48. ; PreAnswerCommand=AT+FDCC=,3
  49. ; However we determined that this particular instance was broken.
  50. ; Another version works with class1, but can't receive 14.4.
  51. [INTEL 14400E/R2 V2.20]
  52. EnableV17Recv=0
  53. ; Zoom28.8 modem doesnt work in Class1 mode. Force to Class2.
  54. ; [V1.000c-VFCX Z201] -- too specific. We have a V1.000a-VFCX-32 with the same
  55. ; problem.
  56. ; However, 28800;007;;V1.000 is too general! -- matches another modem
  57. ; which works fine in class2.
  58. ; [28800;007;;V1.000]
  59. [28800;007;;V1.000c-VFCX Z201]
  60. FixModemClass=2
  61. [28800;007;;V1.000a-VFCX-32]
  62. FixModemClass=2
  63. ; Elsa Microlink 28.8oo modem 14.4 send is broken. Cap at 9600.
  64. [MicroLink 288oo]
  65. PreDialCommand=AT+FDCC=,3
  66. ; This Elsa Microlink modem implem of Class1 is broken. Force to Class2.
  67. [MICROLINK 2460TL]
  68. FixModemClass=2
  69. ; Racal modem uses AT&K1 for Xon/Xoff flow-control
  70. [ADC;SL144V32]
  71. SetupCommand=ATS7=255&D3&K1
  72. ; Racal modem doesnt take ATA, so use ATS0=1 to answer :-)
  73. [RACAL;MXF96/14 FAX]
  74. PreAnswerCommand=ATS0=1
  75. ; This modem does not support V17 recv but advertises it in the DIS and
  76. ; croaks when a sender tries to train it at 14.4
  77. [FM-144VBIS+/R1]
  78. PreAnswerCommand=AT+FDCC=,3
  79. ; DSI Scout Plus (DS1411) requires *F2 for flow control
  80. ; Elliot Bug#1215
  81. [961;3225/2931]
  82. SetupCommand=ATS7=255&D3*F2
  83. ;Digicom DF 14.4 Fax/Modem seems to require &K5 for flow control
  84. ; Elliot bog 2036
  85. [144;085;;FAX144C1 4314/3A15]
  86. SetupCommand=ATS7=255&D3&K5
  87. ; AST-bundled modems don't implement the AT+FBOR command and
  88. ; so sends us bit-reversed data. So we emulate +FBOR in software
  89. ; Elliot bug# 2907
  90. ;Class0Id (14400;000;;Copyright (c) 1994 SSC, V1.4Y6 - 09/28/94;
  91. ;PAR-16550 * INT-HYB * V32BIS * V42BIS * <josephj-break>
  92. ;DMA VOICE 2.3 * TIES * CID * V23 * CLASS2 FAX *;;DSP Version: V2.50;)
  93. ;Class2Id (+FMFR = SIERRA,V32BIS/F;+FMDL = SQ322X;+FREV = 3.04J,072894,SSC;)
  94. ; 5/5/95 JosephJ- used to be [SIERRA,V32BIS/F;+FMDL = SQ], but
  95. ; GetPrivateProfileString doesn't like the embedded '='!
  96. [SIERRA,V32BIS/F;+FMDL]
  97. Cl2SWBor=1
  98. ; AT&T Dataport express don't like an AT just before AT+FTH=3(to send DCN).
  99. ; We have on 4/11 eliminated this AT, but if we have to bring it back for
  100. ; some reason, this is the ID of that modem. (Elliot Bug#2907).
  101. ;[AT&T PARADYNE;ROCKWELL 144DPI;]
  102. ; 4/95:Boca 144E BO1101 CANNOT recv well as class1. Has problems with winfaxpro
  103. ; as well. Works fine as class2, so we force it to be that.
  104. ;Class0ModemID: 14400;007;;V1.31--AS29;14,400 bps;022;RC144DPL Rev CE;
  105. ;Class2ModemID: ROCKWELL ;RC32ACL ;V1.300-AS29;
  106. [022;RC144DPL Rev ]
  107. FixModemClass=2