home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Modem script / SemP900.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-06-03  |  8.2 KB  |  141 lines

  1. ; Windows Modem Setup File
  2. ; Manufacturer: Sony Ericsson Mobile Communications
  3. ; Copyright (c) 2003 Sony Ericsson Mobile Communications
  4. ;
  5. ; etoktov 160603 Initial version of the P810-P818 INF created. Not verified yet
  6. ; etoktov 010803 Changed name to P900 Series. Added Unimodem ID for IR and Serial.
  7. ;                Not verified with proper SW.
  8. ; etoktov 241003 Removed the x86 IR Modem to a x86 decorated file for compatibilty 
  9. ;                reasons
  10.  
  11. [Version]
  12. Signature="$CHICAGO$"
  13. Class=Modem
  14. ClassGUID={4D36E96D-E325-11CE-BFC1-08002BE10318}
  15. Provider=%Mfg%
  16. DriverVer=10/24/2003
  17.  
  18. [Manufacturer]
  19. %Mfg% = Models
  20.  
  21. [Models]
  22. %Modem2% = Modem2, SERENUM\ERI0059
  23. %Modem2% = Modem2, UNIMODEM1EFE19D7            ; Created with AT+GMR  R3C001 prgCXC162022
  24.  
  25. %Modem3% = Modem3, SERENUM\ERI0061            ; Serenum profile for Bluetooth stacks providing virtual com ports
  26.  
  27.  
  28. [Strings]
  29. Mfg ="Sony Ericsson Mobile Communications"
  30. Modem2 ="Sony Ericsson P900 Series Serial Modem"
  31. Modem3 ="Sony Ericsson P900 Series Bluetooth (TM) Modem"
  32.  
  33.  
  34. [Modem2]
  35. AddReg=All, MfgAddRegSerial
  36.  
  37. [Modem3]
  38. AddReg=All, MfgAddRegBT
  39.  
  40. [All]
  41. HKR,,FriendlyDriver,,Unimodem.vxd
  42. HKR,,DevLoader,,*VCOMM
  43. HKR,,PortSubClass,1,02
  44. HKR,,ConfigDialog,,modemui.dll
  45. HKR,,EnumPropPages,,"modemui.dll,EnumPropPages"
  46.  
  47. HKR,,ConfigDelay, 1, A0,0F,00,00
  48. HKR,, DeviceType, 1, 01
  49.  
  50. HKR, Monitor, 1,, "ATS0=0<cr>"
  51. HKR, Monitor, 2,, "None"
  52. HKR, Answer, 1,, "ATA<cr>"
  53. HKR, Hangup, 1,, "+++ATH<cr>"
  54.  
  55. HKR,, Reset,, "AT&F<cr>"
  56. HKR,, InactivityScale, 1, 0A,00,00,00
  57. HKR, Init,1,, "AT<cr>"
  58. HKR, Init,2,, "AT &F<cr>"
  59. HKR, Init,3,, "AT V1E0S0=0&D2&C1<cr>"
  60. HKR, Init,4,, "AT +CMEE=1<cr>"
  61. HKR, Settings, CompatibilityFlags, 1, 01 ,00 ,00, 00
  62. HKR, Settings, CallSetupFailTimer,, "S7=<#>;"
  63. HKR, Settings, DialPrefix,, "D"
  64. HKR, Settings, DialSuffix,, ";"
  65. HKR, Settings, InactivityTimeout,, ""
  66. HKR, Settings, Prefix,, "AT"
  67. HKR, Settings, Terminator,, "<cr>"
  68.  
  69. HKR, Responses, "0<cr>", 1, 00, 00, 00,00,00,00, 00,00,00,00 ; OK
  70. HKR, Responses, "1<cr>", 1, 02, 00, 00,00,00,00, 00,00,00,00
  71. HKR, Responses, "2<cr>", 1, 08, 00, 00,00,00,00, 00,00,00,00 ; RING
  72. HKR, Responses, "3<cr>", 1, 04, 00, 00,00,00,00, 00,00,00,00 ; NO CARRIER
  73. HKR, Responses, "4<cr>", 1, 03, 00, 00,00,00,00, 00,00,00,00 ; ERROR
  74. HKR, Responses, "5<cr>", 1, 02, 00, b0,04,00,00, 00,00,00,00
  75. HKR, Responses, "6<cr>", 1, 05, 00, 00,00,00,00, 00,00,00,00 ; NO DIALTONE
  76. HKR, Responses, "7<cr>", 1, 06, 00, 00,00,00,00, 00,00,00,00 ; BUSY
  77. HKR, Responses, "8<cr>", 1, 07, 00, 00,00,00,00, 00,00,00,00 ; NO ANSWER
  78.  
  79. HKR, Responses, "<cr><lf>OK<cr><lf>"         ,            1, 00, 00, 00,00,00,00, 00,00,00,00
  80. HKR, Responses, "<cr><lf>RING<cr><lf>"       ,            1, 08, 00, 00,00,00,00, 00,00,00,00
  81. HKR, Responses, "<cr><lf>NO CARRIER<cr><lf>" ,            1, 04, 00, 00,00,00,00, 00,00,00,00
  82. HKR, Responses, "<cr><lf>ERROR<cr><lf>"      ,            1, 03, 00, 00,00,00,00, 00,00,00,00
  83. HKR, Responses, "<cr><lf>NO DIALTONE<cr><lf>",            1, 05, 00, 00,00,00,00, 00,00,00,00
  84. HKR, Responses, "<cr><lf>NO DIAL TONE<cr><lf>",           1, 05, 00, 00,00,00,00, 00,00,00,00
  85. HKR, Responses, "<cr><lf>BUSY<cr><lf>"       ,            1, 06, 00, 00,00,00,00, 00,00,00,00
  86. HKR, Responses, "<cr><lf>NO ANSWER<cr><lf>"  ,            1, 07, 00, 00,00,00,00, 00,00,00,00
  87. HKR, Responses, "<cr><lf>CONNECT<cr><lf>",                1, 02, 00, 00,00,00,00, 00,00,00,00   
  88. HKR, Responses, "<cr><lf>CONNECT 2400<cr><lf>",           1, 02, 00, 60,09,00,00, 00,00,00,00
  89. HKR, Responses, "<cr><lf>CONNECT 4800<cr><lf>",           1, 02, 00, C0,12,00,00, 00,00,00,00
  90. HKR, Responses, "<cr><lf>CONNECT 9600<cr><lf>",           1, 02, 00, 80,25,00,00, 00,00,00,00
  91. HKR, Responses, "<cr><lf>CONNECT 14400<cr><lf>",          1, 02, 00, 40,38,00,00, 00,00,00,00
  92. HKR, Responses, "<cr><lf>CONNECT 19200<cr><lf>",          1, 02, 00, 00,4B,00,00, 00,00,00,00
  93. HKR, Responses, "<cr><lf>CONNECT 28800<cr><lf>",          1, 02, 00, 80,70,00,00, 00,00,00,00
  94.  
  95. HKR, Responses, "<cr><lf>FAX<cr><lf>",                    1, 03, 00, 00,00,00,00, 00,00,00,00
  96. HKR, Responses, "<cr><lf>DATA<cr><lf>",                   1, 03, 00, 00,00,00,00, 00,00,00,00
  97. HKR, Responses, "<cr><lf>VOICE<cr><lf>",                  1, 03, 00, 00,00,00,00, 00,00,00,00
  98. HKR, Responses, "<cr><lf>RINGING<cr><lf>",                1, 01, 00, 00,00,00,00, 00,00,00,00
  99. HKR, Responses, "<cr><lf>DELAYED<cr><lf>",                1, 1D, 00, 00,00,00,00, 00,00,00,00
  100. HKR, Responses, "<cr><lf>DELAYED NUMBER<cr><lf>",         1, 1D, 00, 00,00,00,00, 00,00,00,00
  101. HKR, Responses, "<cr><lf>BLACKLISTED<cr><lf>",            1, 1C, 00, 00,00,00,00, 00,00,00,00
  102. HKR, Responses, "<cr><lf>BLACKLISTED NUMBER<cr><lf>",     1, 1C, 00, 00,00,00,00, 00,00,00,00
  103. HKR, Responses, "<cr><lf>+FCERROR<cr><lf>",               1, 03, 00, 00,00,00,00, 00,00,00,00
  104.  
  105. HKR, Responses, "<cr><lf>+CME ERROR: 0<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Phone failure.
  106. HKR, Responses, "<cr><lf>+CME ERROR: 1<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; No connection to phone.
  107. HKR, Responses, "<cr><lf>+CME ERROR: 2<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Phone modem link reserved.
  108. HKR, Responses, "<cr><lf>+CME ERROR: 3<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Operation not permitted.
  109. HKR, Responses, "<cr><lf>+CME ERROR: 4<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; Operation not supported.
  110. HKR, Responses, "<cr><lf>+CME ERROR: 5<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; PH-SIM card PIN required.
  111. HKR, Responses, "<cr><lf>+CME ERROR: 6<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; PH-FSIM PIN required
  112. HKR, Responses, "<cr><lf>+CME ERROR: 7<cr><lf>",    1, 03, 00, 00,00,00,00, 00,00,00,00   ; PH-FSIM PUK required
  113. HKR, Responses, "<cr><lf>+CME ERROR: 10<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card not inserted.
  114. HKR, Responses, "<cr><lf>+CME ERROR: 11<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card PIN required.
  115. HKR, Responses, "<cr><lf>+CME ERROR: 12<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card PUK required.
  116. HKR, Responses, "<cr><lf>+CME ERROR: 13<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card failure.
  117. HKR, Responses, "<cr><lf>+CME ERROR: 14<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card busy.
  118. HKR, Responses, "<cr><lf>+CME ERROR: 15<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; SIM card wrong.
  119. HKR, Responses, "<cr><lf>+CME ERROR: 16<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Incorrect password.
  120. HKR, Responses, "<cr><lf>+CME ERROR: 20<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Memory full.
  121. HKR, Responses, "<cr><lf>+CME ERROR: 21<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Invalid index.
  122. HKR, Responses, "<cr><lf>+CME ERROR: 22<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Not found.
  123. HKR, Responses, "<cr><lf>+CME ERROR: 23<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Memory failure.
  124. HKR, Responses, "<cr><lf>+CME ERROR: 24<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Text string too long.
  125. HKR, Responses, "<cr><lf>+CME ERROR: 25<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Invalid character in text string.
  126. HKR, Responses, "<cr><lf>+CME ERROR: 26<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Dial string too long.
  127. HKR, Responses, "<cr><lf>+CME ERROR: 27<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Invalid character in dial string.
  128. HKR, Responses, "<cr><lf>+CME ERROR: 30<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; No network service
  129. HKR, Responses, "<cr><lf>+CME ERROR: 31<cr><lf>",   1, 03, 00, 00,00,00,00, 00,00,00,00   ; Network timeout
  130. HKR, Responses, "<cr><lf>+CME ERROR: 100<cr><lf>",  1, 03, 00, 00,00,00,00, 00,00,00,00   ; Unknown.
  131. HKR, Responses, "<cr><lf>+CMS ERROR: ",             1, 03, 00, 00,00,00,00, 00,00,00,00   ; CMS errors
  132.  
  133.  
  134. [MfgAddRegSerial]
  135. HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,08,07,00, 00,84,03,00
  136. 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
  137.  
  138. [MfgAddRegBT]
  139. HKR,, Properties, 1, 00,00,00,00, FF,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 00,C2,01,00, 00,84,03,00
  140. 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
  141.