⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 DM9000 WinCE.net 4.1 Driver for X86
💻 TXT
字号:
**********************************************************************
**                                                                  **
**  Title:    DM9000 WinCE.net 4.1 Driver for X86                   **
**                                                                  **
**  Version:  V 3.00      - 2003.04.24                              **
**                                                                  **
**  File:     Readme.txt     - This file guiding setup step         **
**            Debug folder   - To build debug mode                  **
**            Release folder - To build release mode                **
**                                                                  **
**  Notes:    The Davicom DM9000 NDIS CE miniport device driver     **
**         is used to be the network component of the Microsoft     **
**         WinCE.net 4.1 enables hardware containing Davicom's      **
**         fast ethernet controller 'DM9000'.                       **
**            This file describes the procedures of the driver      **
**         installation.                                            **
**                                                                  **
**********************************************************************

Setting up a dm9000 device on X86 wince platform : 

1. Installation
1.1 Install the WinCE .NET 4.1 Platform builder.
    (Notice: install only x86 microprocessor, or you will waste your 
             HD space.)

1.2 Create a new platform.(example for dm9000)
1.2.1 Copy the file of folder in debug or release to specify place. 
	The folder of debug or release contains the following files.
	
	dm9000.dll
	dm9000.map
	dm9000.pdb
	dm9000.rel

1.3 Add 'dm9000' target to the root makefile.
	Open the file $(_winceroot)\public\common\cesysgen\makefile
	Append 'dm9000' to all 'dc21x4' rules or dependencies.
	(should have four places to append)

1.4 Buid selected Features.
	
2. Platform Configuration
2.1 Modify your cesysgen.bat.
     Append 'dm9000' after 'dc21x4' rules or dependeicies.
	
2.2 Modify your project.bib for module definition

	<e.g.>
	MODULES
	dm9000.dll       $(_FLATRELEASEDIR)\dm9000.dll              NK  SH

3. Driver Configuration
3.1	In the file project.reg, add the following registry values.
	<e.g.>
	
[HKEY_LOCAL_MACHINE\Comm\DM9CE]
	"DisplayName"="DM9000 Fast Ethernet Adapter"
	"Group"="NDIS"
	"ImagePath"="dm9000.dll"

[HKEY_LOCAL_MACHINE\Comm\DM9CE\Linkage]
	"Route"=multi_sz:"DM9CE1"

[HKEY_LOCAL_MACHINE\Comm\DM9CE1]
	"DisplayName"="DM9000 Fast Ethernet Adapter"
	"Group"="NDIS"
	"ImagePath"="dm9000.dll"

[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]
	"BusNumber"=dword:0
	"BusType"=dword:1
	"SysIntr"=dword:13
	"XmitBuffer"=dword:A
	"RecvBuffer"=dword:20

[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms\TcpIp]
	"EnableDHCP"=dword:0
	"UseZeroBroadcast"=dword:0
	"DefaultGateway"="x.x.x.x"
	"IpAddress"="x.x.x.x"
	"Subnetmask"="x.x.x.x"
	"DNS"="x.x.x.x"
	"WINS"="x.x.x.x"

3.2 Set System Interrupt(SysIntr)
      Set SysIntr(System Interrupt)=IRQ+0x10
      For example, if IRQ Number using 3 then SysIntr must be set 3+0X10=0x13 
 
3.3 TCP/IP configurations

3.3.1 EnableDHCP
	Set 1 for DHCP enable, 0 for disable.
	
3.3.2 UseZeroBroadcast
	Set 1 for use zero broadcast, 0 for not.
	
3.3.3 DefaultGateway
	Specify your gateway address in x.x.x.x format.
	
3.3.4 IpAddress
	Specify your IP address in x.x.x.x format.
	
3.3.5 Subnetmask
	Specify your subnet mask in x.x.x.x format.
	
3.3.6 DNS
	Specify your domain name server's address in x.x.x.x format.
	
3.3.7 WINS
	Specify your WINS server's address in x.x.x.x format.
      
4.    
4.1   Set Platform Environment
        platform==>settings==>Environment==>New 
          set variable = IMGRAM64;  value = 1
------------------------------------------------------------------------------
All trademarks or brand names mentioned are trademarks and registered trademarks
of their respective companies.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -