home *** CD-ROM | disk | FTP | other *** search
/ ftp.core.pl / 2015.02.ftp.core.pl.tar / ftp.core.pl / pub / mdmcisco.inf < prev   
Windows Setup INFormation  |  2001-03-08  |  4KB  |  93 lines

  1. [Version]
  2. Signature="$CHICAGO$"
  3. Class=Modem
  4. ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
  5. Provider=%MC%
  6. LayoutFile=LAYOUT.INF
  7.  
  8. [Manufacturer]
  9. %Man% = Null
  10.  
  11. [Null]
  12. %MC00% = MC00, RAS-SERIAL
  13. %MC01% = MC01, RAS-PARALLEL
  14. %MC02% = MC02, RAS-GENERIC
  15.  
  16. [MC00]
  17. AddReg=All, Common, MC00Reg, 115200, EXTERNAL
  18.  
  19. [MC01]
  20. AddReg=All, Common, MC00Reg, PARALLEL
  21.  
  22. [MC02]
  23. AddReg=All, Common, MC02Reg, 115200, EXTERNAL
  24.  
  25. [All]
  26. HKR,,FriendlyDriver,,Unimodem.vxd
  27. HKR,,DevLoader,,*VCOMM
  28. HKR,,PortSubClass,1,02
  29. HKR,,ConfigDialog,,modemui.dll
  30. HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
  31.  
  32. [EXTERNAL]
  33. HKR,, DeviceType, 1, 01
  34.  
  35. [PARALLEL]
  36. HKR,, DeviceType, 1, 04
  37. HKR,,Override,,Paralink.vxd
  38. HKR,, DCB, 1, 1C,00,00,00, 00,00,06,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  39.  
  40. [Common]
  41. HKR, Answer, 1,,""
  42. HKR, Hangup, 1,, "Bye"
  43. HKR, Hangup, 2,, "NoResponse"
  44. HKR, Settings, DialSuffix,, ""
  45.  
  46. ; DCB's - dwords and words are byte reversed
  47. ;                                                                         ByteSize (Number of bits/byte, 4-8)
  48. ;                                                                             Parity (0-4=None,Odd,Even,Mark,Space)
  49. ;                                                                                 StopBits (0,1,2 = 1, 1.5, 2)
  50. ;            |DCBLength   |BaudRate    |Bit Mask    |Rsvd  |XonLim|XofLim|   |   |   |Xon|Xof|Err|Eof|Evt
  51. [115200]
  52. HKR,, DCB, 1, 1C,00,00,00, 00,c2,01,00, 15,20,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00
  53.  
  54. [MC00Reg] ; RAS Null-Modem
  55. HKR, Init, 1,, "<cr>"
  56. HKR, Init, 2,, "NoResponse"
  57. HKR, Settings, Prefix,,""
  58. HKR, Settings, DialPrefix,, "CLIENT<cr>"
  59. HKR, Settings, Terminator,, "<cr>"
  60. HKR, Monitor, 1,, "None"
  61. HKR, Answer, 1,, "CLIENTSERVER"
  62. HKR, Answer, 2,, "NoResponse"
  63. ; Properties - dwords and words are byte reversed
  64. ;                   |Dial Options             |InactivityTimeout        |Speaker Mode             |Max DTE Rate
  65. ;                                |CallSetupFailTimeout     |Speaker Volume           |Modem Options            |Max DCE Rate
  66. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,c2,01,00, 00,c2,01,00
  67. HKR, Responses, "CLIENT",       1, 08, 00, 00, 00, 00, 00, 00,00,00,00 ; Server side - the client is requesting a connection
  68. HKR, Responses, "<h00>CLIENT",  1, 08, 00, 00, 00, 00, 00, 00,00,00,00 ; Server side - the client is requesting a connection
  69. HKR, Responses, "CLIENTSERVER", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Client side - the server has acknowledged and the connection is completed
  70.  
  71. [MC02Reg] ; Null-Modem
  72. HKR, Init, 1,, "<cr><cr>"
  73. HKR, Init, 2,, "NoResponse"
  74. HKR, Settings, Prefix,,""
  75. HKR, Settings, DialPrefix,, "HELLO<cr>"
  76. HKR, Settings, Terminator,, "<cr>"
  77. HKR, Monitor, 1,, "None"
  78. HKR, Answer, 1,, "HELLO"
  79. HKR, Answer, 2,, "NoResponse"
  80. ; Properties - dwords and words are byte reversed
  81. ;                   |Dial Options             |InactivityTimeout        |Speaker Mode             |Max DTE Rate
  82. ;                                |CallSetupFailTimeout     |Speaker Volume           |Modem Options            |Max DCE Rate
  83. HKR,, Properties, 1, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,c2,01,00, 00,c2,01,00
  84. HKR, Responses, "<h00>", 1, 02, 00, 00, 00, 00, 00, 00,00,00,00 ; Accept any recvd data as CONNECTED.
  85.  
  86.  
  87. [Strings]
  88. MC = "Mark Crossley"
  89. Man = "(NULL Modem Types)"
  90. MC00 = "RAS Serial Cable between 2 PCs"
  91. MC01 = "RAS Parallel Cable between 2 PCs"
  92. MC02 = "Generic NULL Modem" 
  93.