- 积分
- 39
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|

楼主 |
发表于 2006-9-18 22:33:00
|
显示全部楼层
*** increase COM port speed to 115200 ***
Firmware : SL45v56
Author : mamaich
Release : August 31, 2003
This patch increases the default COM-port speed to 115200.
Read the comments carefully!
; Make 19200 speed to become 115200 (used in Hyperterminal/modem settings and alike)
; To use SL45 as a modem edit phone's INF file (named like "S45&SL45_modem_WINXP.inf")
; in section "[SiemensS3.Addreg]" change line:
HKR,, Properties, 1, 00,00,00,00, 3C,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,4B,00,00, 00,4B,00,00
; to:
HKR,, Properties, 1, 00,00,00,00, 3C,00,00,00, 00,00,00,00, 00,00,00,00, 00,00,00,00, 30,00,00,00, 00,C2,01,00, 00,E1,00,00
; reinstall modem with the updated INF file and increase the maximal line
; speed from 19200 to 115200 in modem's properties.
;
; After applying this patch you'll need to edit:
; "...\Program Files\Common Files\Siemens AG Shared\DESServer.exe"
; to make it use 115200 speed instead of 19200:
; Use any Hex editor and change the following bytes in DESSERVER.EXE (file size should be 212992 bytes)
; 000148AF: 4B -> C2
; 000148B0: 00 -> 01
; 00015958: 4B -> C2
; 00015959: 00 -> 01
; Comment 2 following lines if you don't need this patch.
0b7d96: 09 01
0b7d9a: 79 91
; Make mobile explorer transfer files at 115200 instead of 57600
; You'll need to patch "...\Program Files\Common Files\Siemens AG Shared\DESServer.exe"
; Use any Hex editor and change the following bytes in DESSERVER.EXE (file size should be 212992 bytes)
; 000148FC: E1 -> C2
; 000148FD: 00 -> 01
; 00014B82: E1 -> C2
; 00014B83: 00 -> 01
; than apply this patch to fullflash:
0b7dbe: 06 01
0b7dc2: fe 91 |
|