Microsoft Word - Development of Home Automation Demo Kit _CN_.doc

Size: px
Start display at page:

Download "Microsoft Word - Development of Home Automation Demo Kit _CN_.doc"

Transcription

1 家庭自动化开发演示盒 文档展示如何在基于 ICOP Vortex86 系列主板上开发 WinCE 应用程序, 包含如何建立 WinCE 操作系统平台 如何调整 WinCE 功能 如何编写 WinCE 演示程式 如何调试 embedded Visual C++ 程式 以及如何实做一个 DOM 工作电子盘 阅读此文档, 开发员需要具备制作 WinCE 映像和运用 embedded Visual C 编写 MFC 程式的技能 1 of 46

2 目录 家庭自动化开发演示盒...1 硬件平台...3 软件平台...4 建立 WinCE 平台...5 调整 WinCE 映像功能...12 RAM...12 屏幕分辨率...12 串口调试...12 Hive-based Registry...13 触摸屏...14 增加软输入面板...15 记录笔...15 无线网络驱动...15 Windows XP 界面...16 编译选项...17 编译和测试映像...18 导出基于 evc++ 的 SDK...20 安装 SDK...25 运用 evc++ 开始开发...29 编写代码...35 OnInitDialog()...36 OnButton?()...36 OnChangeEdit?()...36 OnTimer()...36 ReadTemp()...37 测试和调试程式...38 制作发布版映像和程式...42 安装映像和程式...42 用 DOS 装载 WinCE...42 用 BIOS Boot Loader 装载 WinCE...43 运行映像...44 增加桌面快捷方式...45 自动运行程式...45 技术支持 of 46

3 硬件平台 ICOP-6072 是演示盒主控制板, 更多详细资料请参考 它包含 12-bits GPIO 128MB RAM USB 和 2 个串口, 演示盒详细硬件描述如下 : GPIO, 控制灯和风扇继电器开关 USB, 驱动 USB 触摸屏 串口, 读取环境温度 ICOP-6083-Mini-PCI 和 VIA VT6655 mini-pci 无线网卡, 实现无线网络功能 LT-200 基线板, 用于 I/O 控制,20-pin 连接头和 Vortex86 GPIO 相连 参考图片如下 : 因为 ICOP-6072 主板没有以太网模块, 程序员可以运用其它带有以太网模块的 Vortex86 系列主板开发, 或者增加 ICOP-6083L1 ( 以太网模块 在我们演示开发阶段, 运用 ICOP-6083L1 调试, 开发完毕, 移走 ICOP-6083L1 模块, 安装 ICOP-6083-Mini-PCI + VIA VT6655 mini-pci 无线网卡实现网络功能 3 of 46

4 软件平台 软件平台建立步骤如下 : 1. 运用 WinCE Platform Builder(PB) 编译 WinCE 映像 我们选择 Internet Appliance 项, 并为了节省磁盘空间和编译时间, 我们去掉无用的组件 2. 增加记录笔和 hive-based 注册表, 用于保存触摸屏校准数据 ; 增加软件输入面板和 VIA VT6655 无线模块驱动 3. 编译和测试 WinCE 映像, 确信所有硬件工作正常 4. 导出用于 embedded Visual C++ 开发的 SDK 5. 开发基于 evc++ 的 MFC 程式, 在模拟器或者演示盒上测试和调试 6. 编写代码并调试 7. 编译发布版的 WinCE 映像和程式 8. 安装发布版 WinCE 映像和程式 更多建立演示盒的详细细节, 后续章节逐步展示 4 of 46

5 建立 WinCE 平台 这一节, 我们向开发员展示如何逐步制作一个基本的 WinCE 映像 更多详细资料, 请参考 WinCE 映像制作向导 第一步 : 开始新的 platform 向导 5 of 46

6 第二步 : 输入工程名称 6 of 46

7 第三步 : 选择 ICOP Vortex86 BSP 7 of 46

8 第四步 : 运用 Internet Appliance 模板开始我们的配置 8 of 46

9 第五步 : 我们只需要 Internet Explorer, 去掉其它组件 9 of 46

10 第六步 : 不选择 WAN 选项 10 of 46

11 第七步 : 完成向导, 基本 WinCE 映像配置成功 我们完成了一个基本的 WinCE 演示盒平台, 因为去掉不需要的组件, 最后发布版的 WinCE 映像大约 10MB 注意, 映像越小, 装载映像时间越少, 初始化 WinCE 系统时间越短 11 of 46

12 调整 WinCE 映像功能 编译我们的 WinCE 映像前, 我们必须针对演示盒硬件增加相应的软件支持 具体的调整步骤如下所示, 更多详细资料, 请参考我们的技术文档 Windows CE Development Note RAM 下述步骤展示如何在 WinCE 5.0 上使用 128MB RAM, 如果你的 Vortex86 系列主板只有 64MB 内存, 忽略此节 1. 打开文件 config.bib 文件, 找到 IF IMGRAM64 段 2. 修改 为 ( =104=68H) 3. 修改 "\%_WIN_DIR%\public\common\oak\csp\x86\oal\oeminit.asm"; 具体的, 找到 "_OEMAddressTable:" 修改 "dd h, 0, h" 为 "dd h, 0, h" 4. 运行 Platform Builder -> Build -> Open Build Release Directory 5. 改变工作目录 "\%_WIN_DIR%\public\common\oak\csp\x86" 6. 运行 build -cf 7. 选择 Platform -> Setting -> Build Options -> Enable "Enable Images Larger than 32MB" 8. 编译映像 屏幕分辨率 打开 platform.reg, 找到下述位置 : [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SIS550] ; ================ Display Setting ================= ; "Resolution"=dword:0 ; 0:640x480; 1:800x600; 2:1024x768; 3:1280x1024 ; "ColorDepth"=dword:10 "RefreshRate"=dword:3C ; 3C:60Hz, 46:70Hz, 55:85Hz 在实例注册表中, 分辨率和色度设置功能关闭, 这样你可以运用 boot loader 进行设置, 例如 : 运行 loadcepc /l:800x600x16 nk.bin 传递参数给 WinCE 如果分辨率和色度设置功能打开, 运用 boot loader 传递的分辨率和色度参数无效 如果开发员想打开分辨率和色度设置功能, 去掉 ;, 用 Resolution 和 ColorDepth 作为各行的开始, 并参考注释进行相应设置 : 0 表示设置成 640x480, 1 表示设置成 800x600, 等等 ;10 和 20 是十六进制数,10 表示 16-bit 颜色,20 表示 32-bit 颜色, 等等 对于 LCD, 我们设置 Resolution 为 0 (640x480), RefreshRate 为 3C 串口调试 WinCE.NET 将第一个串口作为调试串口, 文件 platform.reg 中默认 COM1 I/O 地址是 0x2f8,IRQ 是 3 WinCE 中串口设置表如下 : 12 of 46

13 WinCE.NET I/O Address IRQ Normal PC Debug Serial 0x3F8 COM1: COM1: 0x2F8 3 COM2: COM2: 0x3E8 4 COM3: COM3: 0x2E8 5 COM4: 如果开发员打开 COM1: 发送数据, 数据实际被发送到串口 2 并输出 遵循如下步骤, 开发员可以关闭调试串口 打开 WinCE 5.0 中 \%_WIN_DIR%\PUBLIC\COMMON\OAK\CSP\X86\OAL\debug.c, 增加这一行代码 : void OEMInitDebugSerial(void) { pbootargs = (BOOT_ARGS *) ((ULONG)(*(PBYTE *)BOOT_ARG_PTR_LOCATION) 0x ); if (! pbootargs->ucbauddivisor ) { } pbootargs->ucbauddivisor = 6; // Default to 19.2 if nothing specified. pbootargs->uccomport = 0; //-- add this line switch ( pbootargs->uccomport ) { case 1: IoPortBase = (PUCHAR)COM1_BASE; break; ICOP-6072 主板 COM1 的缺省设置是 IRQ4,I/O 是 3F8, 所以我们必须修改文件 platform.reg 中的注册表设置 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial]: "SysIntr"=dword:14 ; 14 -> IRQ 4, 1a -> IRQ 10. "IoBase"=dword:03F8 Hive-based Registry 为了保存触摸屏校准数据, 我们增加 hive-based 注册表组件, 选择 Catalog -> Core OS -> File System and Data Store -> Registry Store -> Hive-based registry 触摸屏正常工作前, 请确认下述组件已经加入到工作空间中 ATAPI PCI/IDE Storage Block Driver FAT File System 并且, 增加如下注册码到你的 platform.reg 文件中, 使能 hive-based 功能 IF FILESYS_FSREGHIVE ; HIVE BOOT SECTION 13 of 46

14 [HKEY_LOCAL_MACHINE\init\BootVars] "SYSTEMHIVE"="\\Registry\\system.hv" "PROFILEDIR"="\\Registry" "Start DevMgr"=dword:1 "DefaultUser"="User" [HKEY_LOCAL_MACHINE\Drivers\Resources\IRQ] "Flags"=dword:1000 [HKEY_LOCAL_MACHINE\Drivers\Resources\IO] "Flags"=dword:1000 [$(PCI_BUS_ROOT)\Template\GenericIDE] "Flags"=dword:1000 [HKEY_LOCAL_MACHINE\System\StorageManager\FATFS] "Flags"=dword:1000 [HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\HDProfile] "MountFlags"=dword:2 [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\PCI-PCI-BRIDGE] "Class"=dword:06 "SubClass"=dword:04 "NoConfig"=dword:1 ; END HIVE BOOT SECTION ENDIF FILESYS_FSREGHIVE 触摸屏程序员可以从 ICOP 驱动 CD 上获取触摸屏驱动或者从 获取, 驱动需要遵循如下步骤手动增加 : 1. 拷贝驱动文件 (TouchKit.exe, Calbration.exe, DrawTest.exe and UsbTouch.dll) 到 \WINCE500\ PBWorkspaces\Home_Automation_Kit\WINCE500\ICOP_Vortex86_50D_x86\OAK\files 2. 修改 \WINCE500\PBWorkspaces\Home_Automation_Kit\WINCE500\ICOP_Vortex86_50D_x86\OAK\ files\project.bib 文件, 增加如下文件到 WinCE 映像 FILES ; Name Path Memory Type 14 of 46

15 ; TouchKit.exe $(_FLATRELEASEDIR)\TouchKit.exe NK S Calbration.exe $(_FLATRELEASEDIR)\Calbration.exe NK S DrawTest.exe $(_FLATRELEASEDIR)\DrawTest.exe NK S UsbTouch.dll $(_FLATRELEASEDIR)\UsbTouch.dll NK S 3. 或者, 选择 Project -> Insert -> Existing Project -> File Type -> *.* 增加 DLL 文件, 这样更加容易 4. 增加 USB 触摸屏驱动注册键代码 [HKEY_LOCAL_MACHINE\Drivers\TouchKit] "RBSIZE"=dword:800 "RBTIME"=dword: "FLAGS"=dword:1 "BeepFrequence"=dword:1F4 "BeepTime"=dword:64 "ZFilterThreshold"=dword:800 "ZFilterBound"=dword: "SoundType"=dword:0 [HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\14371_1\0_0_0\255_255_255\USB_TOUCH_Driver] "DLL"="USBTouch.dll" [HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\14371_2\0_0_0\255_255_255\USB_TOUCH_Driver] "DLL"="USBTouch.dll" [HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\4660_1\0_0_0\255_255_255\USB_TOUCH_Driver] "DLL"="USBTouch.dll" [HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3823_1\0_0_0\255_255_255\USB_TOUCH_Driver] "DLL"="USBTouch.dll" [HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\3823_2\0_0_0\255_255_255\USB_TOUCH_Driver] "DLL"="USBTouch.dll" 增加软输入面板因为我们用触摸屏作为用户接口, 所以演示盒上没有键盘, 为了有效输入数据, 我们向 WinCE 映像中增加软输入面板 ; 选择 Catalog -> Core OS -> Shell and User Interface -> Software Input Panel, 增加 Software-based Input Panel Driver 和 SIP for Large/Small Screens 如果用户向从触摸屏输入数据, 软键盘将会出现在屏幕上 记录笔 如果 USB 触摸屏驱动正常, 记录笔不正常工作, 运行 touchkit.exe 程式进行校准 无线网络驱动 获取 WinCE 5.0 的 VIA VT6655 驱动后, 遵循安装指令, VNT VNWLC5 Wireless LAN 组件会出现在目录窗口 15 of 46

16 Windows XP 界面 在工作空间中增加 Catalog -> Core OS -> Shell and User Interface -> User Interface -> Customizable UI -> Windows XP-like Sample Skin, 你的用户界面会出现漂亮的类 Windows XP 界面 16 of 46

17 编译选项 为方便测试 WinCE 映像, 我们采用 debug 模式, 并使能对我们有帮助的一些选项, 如下图所示 : 17 of 46

18 编译和测试映像 调整好我们的 WinCE 映像功能后, 使能 KITL, 用 debug 模式编译 ; 然后在演示盒上引导到 DOS 操作系统, 装载 eboot.bin 程式, 借助网络从 PB 接收 WinCE 映像 参考我们的技术文档 Install Software into ICOP Boards, 了解如何拷贝文件到 DOM; 并从 PB 的帮助菜单中搜索 loadcepc boot disk 相关资料 第一步 : 选择 Target -> Configure Remote Connection 18 of 46

19 第二步 : 按下配置按钮 第三步 : 引导演示盒进入 DOS 操作系统, 装载 eboot.bin 程式广播 BOOTME 消息,PB 获取该消息后, 一个设备名称将会出现在第二步显示的对话框内 第四步 : 选择 Target -> Attach Device, 发送 WinCE 映像到演示盒 第五步 :debug 信息发送到 debug 窗口, 如果 WinCE 映像不能正常引导, 检查 debug 消息, 获取相应消息 我们没有测试 VT6655 模块, 因为 ICOP-6083L1 模块用于以太网功能 如果程序员想测试它, 请制作发布版的 WinCE 映像并拷贝该映像到 DOM 运行 19 of 46

20 导出基于 evc++ 的 SDK 第一步 : 在 PB 中选择 Platform -> SDK -> New SDK, 因为是第一次配置 SDK,SDK 向导启动起来 20 of 46

21 第二步 : 填充基本信息 第三步 : 选择 MFC 支持 21 of 46

22 第四步 : 完成向导 第五步 : 选择 Platform -> SDK -> Configure SDK, 并选择 Transports 栏, 实例中, 我们用 KITL 传输 如果选择 ActiveSync,WinCE 映像中需要包含 ActiveSync 组件, 并且你的开发 PC 上需要安装 ActiveSync 客户端软件, 用以连接该设备 22 of 46

23 第六步 : 选择 Startup Server 栏, 我们用 CESH, 关于配置的更多信息, 请参考 PB 的帮助文档 23 of 46

24 第七步 : 选择 Platform -> SDK -> Build SDK, 开始制作 SDK, 一个 SDK 目录将会出现在你的工程目录下 ; 找到 MSI 文件, 该文件就是程序员在家庭自动化开发演示盒上需要的 SDK 安装文件 上述步骤完成后, 一个 SDK 目录将会出现在工程目录, 该目录下的 MSI 文件就是 embedded Visual C++ 开发员需要的 SDK 安装文件 24 of 46

25 安装 SDK 第一步 : 运行 BSP 向导产生的 MSI 文件 (at \WINCE500\PBWorkspaces\Home_Automation_Kit\SDK) 第二步 : 选择 Accept 选项 25 of 46

26 第三步 : 输入基本信息 第四步 : 选择完全安装 26 of 46

27 第五步 : 默认缺省安装路径 第六步 : 按下 install 按钮, 开始安装 SDK 27 of 46

28 第七步 : 安装 SDK 第八步 : 完成 SDK 安装 28 of 46

29 运用 evc++ 开始开发 第一步 : 运行 embedded Visual C++, 选择 File -> New, 选择 WCE MFC AppWizard (exe), 并填充文件名称, 我们用 MFC 开发演示程式 29 of 46

30 第二步 : 选用基于对话框的程式 30 of 46

31 第三步 : 选用默认配置, 按下 next 按钮 31 of 46

32 第四步 : 选用静态链接库 ; 使用该配置, 我们的程式在没有 MFC 库支持的 WinCE 上也能正常工作 32 of 46

33 第五步 : 按下 finish 按钮 33 of 46

34 第六步 : 弹出信息对话框, 按下 OK 按钮 34 of 46

35 编写代码 演示程式主任务是用 5 个 GPIO 管脚控制灯 风扇和门继电器, 并从串口读温度和显示 ; 基于显示的温度, 可以增加一些环境控制, 例如, 如果环境温度超过 30 摄氏度, 打开风扇 ; 最后, 所有 I/O 状态在程式中列出 为了完成以上目的, 我们需要下述功能 : 设置 I/O 模式 状态和温度 4 个按钮开闭 2 个灯 4 个按钮开闭 2 个风扇 从串口读温度并解码的子程序 根据温度控制风扇 定时更新 I/O 状态, 并检查环境控制状态 对话框布局如下述图片所示 : 35 of 46

36 OnInitDialog() 程式设计 GPIO 的 0-4 位用于输出模式, 并且输出低电平时, 关闭所有 I/O 设备 /* set GPIO[5-0] as output direction */ outpw(0x864, 0x0fe0); outpw(0x866, 0x0fff); 我们也设置一个 500ms 间隔的时钟定时器 : SetTimer(1, 500, NULL); 时钟定时器会发送定时消息给程式, 我们只需调用 OnTimer() 函数读取温度和检测环境 其它代码用于初始化 COM1, 参数配置为波特率 2400 无奇偶校验 8 位数据位 1 位停止位 ; 温度传感器每秒发送 ASCII 字符数据到 COM1, 具体请参考 ReadTemp() 函数 关于如何使用 Vortex86 GPIO, 请参考我们的技术文档 How to Use GPIO on Vortex86? OnButton?() 这个函数实现 GPIO 输出软开关按钮,GPIO 连线分配表见右边 如果按下 ON 按钮, 程式发送低信号, 触发电打开状态, 而后, 电源和设备接通 m_ngpo &= ~(0x01); outpw(0x866, m_ngpo); 如果按下 OFF 按钮, 程式发送高信号, 触发电源关闭状态, 而后, 电源和设备断开 m_ngpo = 0x01; outpw(0x866, m_ngpo); Pin Device GPIO0 Light 1 GPIO1 Light 2 GPIO2 Fan 1 GPIO3 Fan 2 GPIO4 Door OnChangeEdit?() 这个函数包含编辑组件, 用于显示温度, 如果温度改变, 自动调用 UpdateData() 函数进行刷新 OnTimer() 这个函数首先获取 GPIO 的 I/O 状态, 并在对话框中显示 ; 然后检测环境状态 ; 接着从串口读取温度, 如果温度适合用户设定条件, 发送按钮消息打开或者关闭 I/O 设备 36 of 46

37 ReadTemp() 这个函数调用 ReadChar() 从串口读取比特值, 从串口读取的文本格式如下 : <CR><CF> <CR><CF> 真实温度的 ASCII 字符串只能通过串口获取, 获取后发送消息到编辑控制组件, 然后更新数据 关于温度传感器的更多资料, 请参考 关于串口通信的更多资料, 请参考 MSDN 37 of 46

38 测试和调试程式 成功编译后, 程序员可以用 X86 模拟器或者演示盒测试 模拟器测试用户界面是很容易的, 从工具栏中选择 STANDARDSDK_500 Emulator, 按下 Ctrl+F5 编译和运行程式即可 成功编译代码后,eMbedded Visual C++ 会启动模拟器 38 of 46

39 程式将会传送到模拟器中运行, 如果选用 debug 模式, 就可以设置断点跟踪调试程式 39 of 46

40 程序员也可以选择 Home_Automation_Kit SDK 编译程式, 在 Home_Automation_Kit Windows CE 平台安装 SDK 后,Home_Automation_Kit 设备会自动出现在工具栏内 上载程式到演示盒前, 选择 Tools -> Configure Platform Manager 选择 Home_Automation_Kit -> Home_Automation_Kit Device, 并且按下 properties 按钮 40 of 46

41 设置下述图片所示的传输和启动服务器, 或者按下测试按钮检查这些设置 ( 确认 PB 已经上载并在演示盒上已经运行 WinCE 映像和程式 ): 如果测试成功, 按下 Ctrl+F5 编译程式, 然后在演示盒上运行程式 演示盒上运行程式的屏幕快照如下图所示 : 41 of 46

42 制作发布版映像和程式 演示程式测试成功后, 我们开始为 x86 平台制作发布版程式, 首先编译发布版的 WinCE 映像, 去掉调试支持选项, 发布版的编译选项如下图所示 : 选用上述选项重新编译, 一个小于 10MB 的新 WinCE 映像将会产生在 release 目录 安装映像和程式 假定你已经制作了一个无调试信息的新 WinCE 映像和一个发布版 Demo_App.exe 程式, 参考我们的技术文档 Install Software into ICOP Boards, 将它们拷贝到 DOM, 现在有两个运行 WinCE 的引导方案 : 用 DOS loadcepc.exe 工具和 BIOS boot loader 用 DOS 装载 WinCE 用 DOS 装载 WinCE 是很容易的, 首先制作 DOM DOS 可引导系统, 然后拷贝映像文件和程式到 DOM, 需要的文件如下表所示 : 42 of 46

43 File Name AUTOEXEC.BAT CONFIG.SYS LOADCEPC.EXE NK.BIN Demo_App.exe Description Using loadcepc.exe to load Windows CE image. Load himem.sys to enable extended memory. DOS utility to load and run Windows CE. Windows CE image. Demo program. 用 BIOS Boot Loader 装载 WinCE 搜索 PB 帮助文档中 x86 bios loader 的相关信息, 就会获取 BIOS boot loader 的详细信息 在用 BIOS boot loader 之前, 有一个 bug 需要修正, 具体的, 打开 \WINCE500\PUBLIC\COMMON\OAK\CSP\X86\BIOSLOADER\ LOADER\fat.h, 修改 READ_BUFFER_LENGTH_MAX 常量 0x4000 为 0x3000, 然后, 重新编译 BIOS loader ( 移动鼠标光标到 BIOSLOADER(excluded from build), 接着按下鼠标右键, 选择 Build Current Project) 格式化你的 DOM, 运行 mkdisk 批处理文件安装 BIOS loader, 然后拷贝 Demo_App.exe 和 WinCE 映像文件 ( 文件名称 NK.BIN) 到 DOM;BIOS boot loader 将会自动装载 nk.bin, 如果映像文件名称不是 nk.bin, 请修改 boot.ini 文件 43 of 46

44 运行映像 现在, 从 ICOP-6072 主板上去掉 ICOP-6083L1 模块, 然后增加自带 VT6655 无线模块的 ICOP-6083-Mini_PCI, 再运行 WinCE 映像和程式,WinCE 映像和演示程式运行的快照图片如下所示 : 44 of 46

45 增加桌面快捷方式 在我们的演示盒中不需要增加演示程式的桌面快捷方式, 如果程序员想增加程式的桌面快捷方式, 请遵循如下步 骤 : 1. 拷贝程式 Demo_App.exe 到 \WINCE500\PBWorkspaces\Home_Automation_Kit\WINCE500\ ICOP_Vortex86_50D_x86\OAK\files 2. 在程式 Dmo_App.exe 目录下创建一个文件名称为 Demo_App.lnk 的快捷方式, 该文件包含如下代码 : 21#\Windows\Demo_App.exe 3. 修 改 WINCE500\PBWorkspaces\Home_Automation_Kit\WINCE500\ICOP_Vortex86_50D_x86\OAK\ files\project.bib 文件, 增加演示程式和快捷方式到映像中 FILES ; Name Path Memory Type ; TouchKit.exe $(_FLATRELEASEDIR)\TouchKit.exe NK S Calbration.exe $(_FLATRELEASEDIR)\Calbration.exe NK S DrawTest.exe $(_FLATRELEASEDIR)\DrawTest.exe NK S UsbTouch.dll $(_FLATRELEASEDIR)\UsbTouch.dll NK S Demo_App.exe $(_FLATRELEASEDIR)\Demo_App.exe NK S Demo_App.lnk $(_FLATRELEASEDIR)\Demo_App.lnk NK S 4. 打开 WINCE500\PBWorkspaces\Home_Automation_Kit\WINCE500\ICOP_Vortex86_50D_x86\OAK\ files \project.dat 文件, 增加如下代码 : root:-directory("\windows") Directory("\Windows\Desktop"):-File("Demo_App.lnk", "\windows\demo_app.lnk") 上述步骤完成后, 重新编译 WinCE 内核, 一个新的快捷方式将会出现在桌面上, 点击该快捷方式, 就会启动 Demo_App.exe 程式 自动运行程式 如果程序员想自动运行他的程式, 首先遵循 Add Shortcut on Desktop 同样的步骤, 在第四步, 设置快捷方式到 StartUp 文件夹即可 root:-directory("\windows") Directory("\Windows\StartUp"):-File("Demo_App.lnk", "\windows\demo_app.lnk") 按上述步骤完成后,WinCE 会自动运行 Startup 文件夹内的快捷方式 45 of 46

46 现在, 我们已经完成了演示盒的开发 本文档的一些步骤和信息, 概要展示了我们的工程师如何制作这个演示盒, 如果你需要更多信息或者帮助, 请联系我们的技术支持 对于软件开发我们可以提供有限的支持 参考 Vortex86 BSP 下载 文档 :Windows CE 开发 文档 : 在 Vortex86 系列主板上如何使用 GPIO? 文档 : 在 ICOP 主板上安装软件 技术支持 更多技术支持信息, 请参考网站 或者发送 到 tech@dmp.com.tw 46 of 46

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

手册 doc

手册 doc 1. 2. 3. 3.1 3.2 3.3 SD 3.4 3.5 SD 3.6 3.7 4. 4.1 4.2 4.3 SD 4.4 5. 5.1 5.2 5.3 SD 6. 1. 1~3 ( ) 320x240~704x288 66 (2G SD 320x2401FPS ) 32M~2G SD SD SD SD 24V DC 3W( ) -10~70 10~90% 154x44x144mm 2. DVR106

More information

PTS7_Manual.PDF

PTS7_Manual.PDF User Manual Soliton Technologies CO., LTD www.soliton.com.tw - PCI V2.2. - PCI 32-bit / 33MHz * 2 - Zero Skew CLK Signal Generator. - (each Slot). -. - PCI. - Hot-Swap - DOS, Windows 98/2000/XP, Linux

More information

NEXT SDT2.51 C:\ARM251 SDT2.51 ARM SDT 2.51 ARM PROJECT MANAGER SDT 2

NEXT SDT2.51 C:\ARM251 SDT2.51 ARM SDT 2.51 ARM PROJECT MANAGER SDT 2 S3C44B0 SDT DRAGNBOY MICROSTAR ARM 51 ARM S3C44B0 ARM SDT2.51 IAR ADS SDT2.51 S3C44B0 LEDTEST SDT ARM 1 2 SDT embed.8800.org SDT2.51 SDT2.51 ARM ARM CPU ARM SDT ADS ADS MULTI-ICE SDT JTAG JTAG SDT SDT2.51

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

EK-STM32F

EK-STM32F STMEVKIT-STM32F10xx8 软 件 开 发 入 门 指 南 目 录 1 EWARM 安 装... 1 1.1 第 一 步 : 在 线 注 册... 1 1.2 第 二 步 : 下 载 软 件... 2 1.3 第 三 步 : 安 装 EWARM... 3 2 基 于 STMEVKIT-STM32F10xx8 的 示 例 代 码 运 行... 6 2.1 GPIO Demo... 6 2.2

More information

ARM JTAG实时仿真器安装使用指南

ARM JTAG实时仿真器安装使用指南 ARM JTAG Version 1.31 2003. 11. 12 ARM JTAG ARM JTAG.3 ARM 2.1.4 2.2.4 ARM JTAG 3.1 18 3.2 18 3.2.1 Multi-ICE Server.18 3.2.2 ADS..21 ARM JTAG 4.1 Multi-ICE Server 33 4.1.1 Multi-ICE Server..... 33 4.1.2

More information

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 Red Flag Linux Desktop 4.0 68 6 Red Flag Software Co., Ltd. http://www.redflag-linux.com Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 1 Red Flag Linux Desktop 4.0 1.1 Red Flag Linux Desktop

More information

Simulator By SunLingxi 2003

Simulator By SunLingxi 2003 Simulator By SunLingxi sunlingxi@sina.com 2003 windows 2000 Tornado ping ping 1. Tornado Full Simulator...3 2....3 3. ping...6 4. Tornado Simulator BSP...6 5. VxWorks simpc...7 6. simulator...7 7. simulator

More information

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2003 6 24-1 - 1....3 1.1.... 3 1.2.... 3 2....4 2.1.... 4 2.2.... 5 2.3.... 6 3....8 3.1. Windows 98/98SE Windows ME Windows XP 8 3.1.1....8

More information

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor

(Load Project) (Save Project) (OffLine Mode) (Help) Intel Hex Motor 1 4.1.1.1 (Load) 14 1.1 1 4.1.1.2 (Save) 14 1.1.1 1 4.1.2 (Buffer) 16 1.1.2 1 4.1.3 (Device) 16 1.1.3 1 4.1.3.1 (Select Device) 16 2 4.1.3.2 (Device Info) 16 2.1 2 4.1.3.3 (Adapter) 17 2.1.1 CD-ROM 2 4.1.4

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

audiogram3 Owners Manual

audiogram3 Owners Manual USB AUDIO INTERFACE ZH 2 AUDIOGRAM 3 ( ) * Yamaha USB Yamaha USB ( ) ( ) USB Yamaha (5)-10 1/2 AUDIOGRAM 3 3 MIC / INST (XLR ) (IEC60268 ): 1 2 (+) 3 (-) 2 1 3 Yamaha USB Yamaha Yamaha Steinberg Media

More information

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2003 6 5-1 - 1....3 1.1....3 1.2. GV-R9200...3 2....4 2.1....4 2.2....5 2.3....7 3....9 3.1. Windows 98/98SE Windows ME Windows XP 9 3.1.1....

More information

r_09hr_practical_guide_kor.pdf

r_09hr_practical_guide_kor.pdf PRACTICAL GUIDE TO THE EDIROL R-09HR 3 4 PRACTICAL GUIDE TO THE EDIROL R-09HR 5 Situation 1 6 1 2 3 PRACTICAL GUIDE TO THE EDIROL R-09HR WAV MP3 WAV 24 bit/96 khz WAV 16 bit/44.1 khz MP3 128 kbps/44.1

More information

GIGA-BYTE TECHNOLOGY CO., LTD. ( GBT ) GBT GBT, GBT

GIGA-BYTE TECHNOLOGY CO., LTD. ( GBT ) GBT GBT, GBT GIGA-BYTE TECHNOLOGY CO., LTD. (GBT ) GBT GBT, GBT 2003 7 9 1. 1.1.... 3 1.2.... 3 2. 2.1.... 4 2.2.... 5 2.3.... 6 3. 3.1. Win98/98SE or WinME,Win2000Win XP... 8 3.1.1... 8 3.1.2 Direct X... 9 3.1.3...

More information

T1028_Manual_KO_V3 0.pdf

T1028_Manual_KO_V3 0.pdf 2009 : 2009/09 PC Microsoft, MS-DOS, Windows, Windows Sound System Microsoft Corporation Intel, Atom Intel Corporation Sound Blaster, Sound Blaster ProCreative Technology I AC AC AC AC AC - 115 V/60 Hz

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

Ch03_嵌入式作業系統建置_01

Ch03_嵌入式作業系統建置_01 Chapter 3 CPU Motorola DragonBall ( Palm PDA) MIPS ( CPU) Hitachi SH (Sega DreamCast CPU) ARM StrongARM CPU CPU RISC (reduced instruction set computer ) CISC (complex instruction set computer ) DSP(digital

More information

目次 

目次  軟 體 工 程 期 末 報 告 網 路 麻 將 91703014 資 科 三 黃 偉 嘉 91703024 資 科 三 丘 祐 瑋 91703030 資 科 三 江 致 廣 1 目 次 壹 前 言 (Preface) P.4 貳 計 畫 簡 述 及 預 期 效 益 (Project Description and Expected Results) P.4 參 系 統 開 發 需 求 (System

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

Eclipse C C++, or

Eclipse C C++,  or Eclipse C C++, Emailctchen@pl.csie.ntut.edu.tw or s1669021@ntut.edu.tw, s2598003@ntut.edu.tw http://pl.csie.ntut.edu.tw/~ctchen, http://www.ntut.edu.tw/~s2598003/ 2004/9/10 (0.02 ) Eclipse http://www.eclipse.org

More information

ICD ICD ICD ICD ICD

ICD ICD ICD ICD ICD MPLAB ICD2 MPLAB ICD2 PIC MPLAB-IDE V6.0 ICD2 usb PC RS232 MPLAB IDE PC PC 2.0 5.5V LED EEDATA MPLAB ICD2 Microchip MPLAB-IDE v6.0 Windows 95/98 Windows NT Windows 2000 www.elc-mcu.com 1 ICD2...4 1.1 ICD2...4

More information

CA-C750К

CA-C750К 1 3 3 4 PC 4 USB 5 5 6 8 9 11 mediasync Manager?...13 mediasync Manager 15 25 38 39 41 41 DRM...44 Image Manager...44 47 49 49 50 50 51 51 51 52 / 52 A-B 53 MP3 53 /FM 54 FM 55 FM 55 BMP56 56 57 57 58

More information

CL-S10w

CL-S10w Data Management Software CL-S10w WindowsWindows XP Microsoft Windows XP Professional Operating System WindowsWindows 7 Microsoft Windows 7 Professional Operating System Excel Microsoft Excel MicrosoftWindowsWindows

More information

GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2003 11 6-1 - 1....3 1.1.... 3 1.2.... 3 2....4 2.1.... 4 2.2.... 5 2.3.... 6 3....8 3.1. Win XP... 8 3.1.1....8 3.1.2. DirectX...9 3.1.3.... 11 3.1.4....15

More information

PowerPoint Presentation

PowerPoint Presentation 1 概 述 概 述 基 本 概 念 回 顾 微 软 的 嵌 入 式 平 台 WinCE 系 统 定 制 简 介 WinCE 应 用 开 发 简 介 2 嵌 入 式 系 统 - 基 本 概 念 回 顾 嵌 入 式 系 统 什 么 是 嵌 入 式 系 统 嵌 入 式 系 统 特 点 嵌 入 式 系 统 的 二 种 应 用 模 式 嵌 入 式 系 统 结 构 嵌 入 式 操 作 系 统 什 么 是 嵌 入

More information

Microsoft Word zw

Microsoft Word zw 第 1 章 Android 概述 学习目标 : Android Android Android Studio Android Android APK 1.1 1. 智能手机的定义 Smartphone 2. 智能手机的发展 1973 4 3 PC IBM 1994 IBM Simon PDA PDA Zaurus OS 1996 Nokia 9000 Communicator Nokia 9000

More information

untitled

untitled niosii H:\DB2005\project\niosDK\Example\NiosSmall QuartusII4.2 File -> New Project Wizard Diectory,Name,Top-Level Entity Add Files EDA Tools Setting Finish, OK H:\DB2005\project\niosDK\Example\NiosSmall

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 Cadence SPB 15.2 VOICE 2005-05-07 Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 1 1.1 Cadence SPB 15.2 2 Microsoft 1.1.1 Windows 2000 1.1.2 Windows XP Pro Windows

More information

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2003 6 13-1 - 1.... 3 1.1....3 1.2. GV-R98P256D...3 2.... 4 2.1....4 2.2....5 2.3....6 3.... 8 3.1. Windows 98/98SEWindows MEWindows XP...8

More information

Data Management Software CL-S10w

Data Management Software CL-S10w Data Management Software CL-S10w Windows Windows XP Microsoft Windows XP Professional Operating System Windows Windows 7 Microsoft Windows 7 Professional Operating System Windows Windows 8 Microsoft Windows

More information

P4i45GL_GV-R50-CN.p65

P4i45GL_GV-R50-CN.p65 1 Main Advanced Security Power Boot Exit System Date System Time Floppy Drives IDE Devices BIOS Version Processor Type Processor Speed Cache Size Microcode Update Total Memory DDR1 DDR2 Dec 18 2003 Thu

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

c_R9000PRO_101

c_R9000PRO_101 Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2002 9 3-1 - 1.... 3 1.1.... 3 1.2. GV-R9000 PRO... 3 2.... 4 2.1.... 4 2.2.... 5 2.3.... 6 3.... 8 3.1. Windows 98/98SE Windows ME Windows

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

P4Dual-915GL_BIOS_CN.p65

P4Dual-915GL_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date Total Memory DIMM 1 DIMM 2 [ 14:00:09] [Wed 01/05/2005] BIOS Version : P4Dual-915GL BIOS P1.00 Processor Type : Intel (R) Pentium

More information

c-AR64SH-102

c-AR64SH-102 Chapter 2 GIGA-BYTE TECHNOLOGY CO, LTD GBT ( ) GBT GBT, GBT 2002 3 15 1 1 11 3 12 3 2 21 4 22 5 23 6 3 31 Win 98/ 98SE, WinME Win XP 8 311 8 312 Direct X 9 313 11 314 14 315 14 316 18 32 Windows NT 40

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2003 6 20-1 - 1.... 3 1.1....3 1.2. GV-R96P128D...3 2.... 4 2.1....4 2.2....5 2.3....6 3.... 8 3.1. Windows 98/98SEWindows MEWindows XP...8

More information

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2004 5 31-1 - 1.... 3 1.1....3 1.2. GV-R80P256D/GV-R80P256V...3 2.... 4 2.1....4 2.2....5 2.3....6 3.... 8 3.1. Win XP...8 3.1.1....8 3.1.2.

More information

Microsoft Word - 11.doc

Microsoft Word - 11.doc 除 錯 技 巧 您 將 於 本 章 學 到 以 下 各 項 : 如 何 在 Visual C++ 2010 的 除 錯 工 具 控 制 下 執 行 程 式? 如 何 逐 步 地 執 行 程 式 的 敘 述? 如 何 監 看 或 改 變 程 式 中 的 變 數 值? 如 何 監 看 程 式 中 計 算 式 的 值? 何 謂 Call Stack? 何 謂 診 斷 器 (assertion)? 如 何

More information

indows CE 1996 Semiconductor Industry Association (SIA) Windows CE Windows Embedded CE 6.0 Windows CE Windows Embedded CE 6.0 Micr

indows CE 1996 Semiconductor Industry Association (SIA) Windows CE Windows Embedded CE 6.0 Windows CE Windows Embedded CE 6.0 Micr Windows Embedded CE 6.0 Windows Embedded CE 6.0 : Windows Embedded CE 6.0 : Windows CE Windows Embedded CE 6.0 API CE 6.0 Windows CE W indows CE 1996 Semiconductor Industry Association (SIA) 1994 1000

More information

untitled

untitled 2006 6 Geoframe Geoframe 4.0.3 Geoframe 1.2 1 Project Manager Project Management Create a new project Create a new project ( ) OK storage setting OK (Create charisma project extension) NO OK 2 Edit project

More information

目 录

目 录 1 Quick51...1 1.1 SmartSOPC Quick51...1 1.2 Quick51...1 1.3 Quick51...2 2 Keil C51 Quick51...4 2.1 Keil C51...4 2.2 Keil C51...4 2.3 1 Keil C51...4 2.4 Flash Magic...9 2.5 ISP...9 2.6...10 2.7 Keil C51...12

More information

AP128DG-H AP128DG-H 3 13 ATiRADEON TM Win 98/98SE, WinME Win XP Direct X

AP128DG-H AP128DG-H 3 13 ATiRADEON TM Win 98/98SE, WinME Win XP Direct X Chapter 2 GIGA-BYTE TECHNOLOGY CO, LTD ( GBT ) GBT GBT, GBT 2002 4 12 1 AP128DG-H 1 11 3 12 AP128DG-H 3 13 ATiRADEON TM 8500 4 2 21 5 22 6 23 7 3 31 Win 98/98SE, WinME Win XP 9 311 9 312 Direct X 10 313

More information

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s MapAsia MapKing TM User Guide Full Function Version (Pocket PC and PC) For Microsoft Pocket PC/ Pocket PC 2002/2003 Microsoft Windows XP/2000/Me/98 Edition 2004 ( : ) 2002-2004, MapAsia.com Limited Table

More information

专注于做最好的嵌入式计算机系统供应商

专注于做最好的嵌入式计算机系统供应商 专注于做最好的嵌入式计算机系统供应商 基于 ARMSYS2440/2410 开发应用程序 (EVC&VS2005) Rev 1.0 2008 年 3 月 24 日 杭州立宇泰电子有限公司 HangZhou LiYuTai Elec.Co.,Ltd 开发应用程序的过程一般分两步, 第一步在 PC 机开发环境下设计和编译应用程序, 第二步将它下载到 目标系统, 也就是我们的 ARMSYS2440 平台上运行

More information

ebook140-11

ebook140-11 11 VPN Windows NT4 B o r d e r M a n a g e r VPN VPN V P N V P N V P V P N V P N TCP/IP 11.1 V P N V P N / ( ) 11.1.1 11 V P N 285 2 3 1. L A N LAN V P N 10MB 100MB L A N VPN V P N V P N Microsoft PPTP

More information

<55342D323637CBB5C3F7CAE92E786C73>

<55342D323637CBB5C3F7CAE92E786C73> U4-267 / 1 U4-267 / : CF PowerPoint, TCP/IP Internet Explorer 2 ..2..3..4..5..5..5..9 PC...10 11 12 14 14....15....15....16....16....17....17....18....18....20 23....27 27 PC...27....28 3 CF SanDisk CompactFlash)

More information

1 Project New Project 1 2 Windows 1 3 N C test Windows uv2 KEIL uvision2 1 2 New Project Ateml AT89C AT89C51 3 KEIL Demo C C File

1 Project New Project 1 2 Windows 1 3 N C test Windows uv2 KEIL uvision2 1 2 New Project Ateml AT89C AT89C51 3 KEIL Demo C C File 51 C 51 51 C C C C C C * 2003-3-30 pnzwzw@163.com C C C C KEIL uvision2 MCS51 PLM C VC++ 51 KEIL51 KEIL51 KEIL51 KEIL 2K DEMO C KEIL KEIL51 P 1 1 1 1-1 - 1 Project New Project 1 2 Windows 1 3 N C test

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

untitled

untitled MySQL DBMS under Win32 Editor: Jung Yi Lin, Database Lab, CS, NCTU, 2005/09/16 MySQL 料 理 MySQL 兩 Commercial License 利 GPL MySQL http://www.mysql.com Developer Zone http://www.mysql.com Download 連 連 MySQL

More information

InstallShield InstallShield InstallShield Windows Installer ISWI ISWI InstallShield InstallShield InstallShield Windows Installer WI In

InstallShield InstallShield InstallShield Windows Installer ISWI ISWI InstallShield InstallShield InstallShield Windows Installer WI In InstallShield 1 InstallShield InstallShield InstallShield Windows Installer ISWI ISWI InstallShield InstallShield5 2000 InstallShield2000 2002 Windows Installer WI InstallShield Professional Version 6

More information

Data Management Software CL-S10w

Data Management Software CL-S10w Data Management Software CL-S10w WindowsWindows 7 Microsoft Windows 7 Professional Operating System WindowsWindows 8.1 Microsoft Windows 8.1 Pro Operating System WindowsWindows 10 Microsoft Windows 10

More information

PPBSalesDB.doc

PPBSalesDB.doc Pocket PowerBuilder SalesDB Pocket PowerBuilder PDA Pocket PowerBuilder Mobile Solution Pocket PowerBuilder Pocket PowerBuilder C:\Program Files\Sybase\Pocket PowerBuilder 1.0 %PPB% ASA 8.0.2 ASA 9 ASA

More information

+01-10_M5A_C1955.p65

+01-10_M5A_C1955.p65 Notebook PC User s Manual C1955 1.01 2005 4 2 50 70 3 (0 30 ) (50 122 ) 4 pre-load Fn+F7 5 ...2...3...6 1-1...12...12...13...14...15...16...17 1-2...18 1-3...20...20...21...21...21...21...22...22...22...22...23...23

More information

T

T T10452 2015 5 Copyright ASUSTeK Computer Inc. All rights reserved. http://support.asus.com 0800-093-456 1 2 2 筆記型電腦使用手冊 使用手冊... 7 手冊... 8... 8... 8... 9 使用... 9...10...10 筆記型電腦...12...12...16...18...20...22

More information

典型自编教材

典型自编教材 河 南 科 技 大 学 计 算 机 实 验 教 学 中 心 1. 计 算 机 文 化 基 础 实 验 指 导 书 2. 数 据 结 构 实 验 指 导 书 3. 操 作 系 统 实 验 指 导 书 4. 面 向 对 象 程 序 设 计 实 验 指 导 书 5. 数 据 库 原 理 实 验 指 导 书 6. 编 译 原 理 实 验 指 导 书 7. JAVA 程 序 设 计 实 验 指 导 书 8.

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

8idml_20_1_q

8idml_20_1_q Chapter 2 GIGA-BYTE TECHNOLOGY CO, LTD GBT ( ) GBT GBT, GBT 2002 3 15 1 1 11 3 12 AP64D(-H) 3 2 21 4 22 5 23 6 3 31 Win 98/98SE, WinME Win XP 8 311 8 312 Direct X 9 313 11 314 14 315 14 316 18 32 Windows

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information

GV-R7500L Win 98/ 98SE, WinME Win XP Direct X Windows NT WINDO

GV-R7500L Win 98/ 98SE, WinME Win XP Direct X Windows NT WINDO Chapter 2 GIGA-BYTE TECHNOLOGY CO, LTD (GBT ) GBT GBT, GBT 2002 10 31-1 - 1 11 3 12 GV-R7500L 3 2 21 4 22 5 23 6 3 31 Win 98/ 98SE, WinME Win XP 8 311 8 312 Direct X 9 313 11 314 15 315 15 316 22 32 Windows

More information

untitled

untitled http://www.embedded-soc.com/ J-LINK J-Link Rev2.1 http://www.embedded-soc.com/ 2007-11-11 http://www.embedded-soc.com/ J-LINK J-Link ARM JTAG J-LINK J-LINKJLINK J-FLASH ARM F.A.Q jlink GDBserver J-Flash

More information

1 SQL Server 2005 SQL Server Microsoft Windows Server 2003NTFS NTFS SQL Server 2000 Randy Dyess DBA SQL Server SQL Server DBA SQL Server SQL Se

1 SQL Server 2005 SQL Server Microsoft Windows Server 2003NTFS NTFS SQL Server 2000 Randy Dyess DBA SQL Server SQL Server DBA SQL Server SQL Se 1 SQL Server 2005 DBA Microsoft SQL Server SQL ServerSQL Server SQL Server SQL Server SQL Server SQL Server 2005 SQL Server 2005 SQL Server 2005 o o o SQL Server 2005 1 SQL Server 2005... 3 2 SQL Server

More information

LSI U320 SCSI卡用户手册.doc

LSI U320 SCSI卡用户手册.doc V1.0 Ultra320 SCSI SCSI 2004 7 PentiumIntel MS-DOS Windows Novell Netware Novell Sco Unix Santa Cruz Operation LSI U320 SCSI SCSI SCSI Integrated Mirroring/Integrated Striping BIOS Firmware LSI U320 SCSI

More information

Microsoft Word - 正文.doc

Microsoft Word - 正文.doc 1 2 1 2 3 4 5 6 7 8 9 10 3 1 150 2 150 1 1 1.1 1.1.1 1.2 1.2.1 1.2.2 1.2.3 1.3 1.3.1 1.3.2 1.4 1.4.1 CPU 1.4.2 I/O 1.4.3 I/O 1.5 1.5.1 CISC RISC 1.5.2 1.5.3 1.6 1.6.1 1.6.2 N 1.6.3 2 2.1 2.1.1 2.1.2 2.1.3

More information

68369 (ppp quickstart guide)

68369 (ppp quickstart guide) Printed in USA 04/02 P/N 68369 rev. B PresencePLUS Pro PC PresencePLUS Pro PresencePLUS Pro CD Pass/Fails page 2 1 1. C-PPCAM 2. PPC.. PPCAMPPCTL 3. DB9D.. STPX.. STP.. 01 Trigger Ready Power 02 03 TRIGGER

More information

Sophos Central 快速安裝手冊

Sophos Central 快速安裝手冊 Sophos Central 快速安裝手冊 1 1. Sophos Central...5 2....9 3....13 3.1. Enduser Protection...13 3.2. Intercept X...21 3.3....28 3.4....36 3.5....45 3.5.1...45 3.5.2...50 3.5.3...54 3.5.4...57 3.5.5...60 3.6...63

More information

RunPC2_.doc

RunPC2_.doc PowerBuilder 8 (5) PowerBuilder Client/Server Jaguar Server Jaguar Server Connection Cache Thin Client Internet Connection Pooling EAServer Connection Cache Connection Cache Connection Cache Connection

More information

CH01.indd

CH01.indd 3D ios Android Windows 10 App Apple icloud Google Wi-Fi 4G 1 ( 3D ) 2 3 4 5 CPU / / 2 6 App UNIX OS X Windows Linux (ios Android Windows 8/8.1/10 BlackBerry OS) 7 ( ZigBee UWB) (IEEE 802.11/a/b/g/n/ad/ac

More information

PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO!

PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! PaPaGO! 7 COPILOT Pocket PC Design for Microsoft Pocket PC 2002/2003/2003 se Version 7.3 http://www.mactiotnech.com 1 ...5...6...7...9...11 2.1...11 2.2 PaPaGO!...11 2.3 PaPaGO!...17 2.5...19...20 PaPaGO!...21

More information

PCM-3586用户手册2.0

PCM-3586用户手册2.0 Installation Manual PCM-3587 V2.5 Date:2010-04-14 PCM-3587 安 装 手 册 PCM- 3587 目 录 第 一 章 操 作 系 统 支 持...2 第 二 章 DOS 安 装...2 2.1 DOS6.22 安 装... 2 2.1.1 方 法 一... 2 2.1.2 方 法 二... 6 2.2 DOS7.1 安 装... 8 2.2.1

More information

HighPoint产品的FAQ手册

HighPoint产品的FAQ手册 一 引 言 首 先 承 蒙 贵 公 司 赐 顾, 使 用 HighPoint ( 简 称 HPT) 系 列 产 品 以 下 是 根 据 多 年 来 合 作 的 客 户 所 提 出 的 问 题 而 总 结 出 的 有 关 HighPoint 系 列 产 品 的 FAQ, 欢 迎 您 随 时 提 出 批 评 建 议 以 便 我 们 及 时 改 进 谢 谢! 二 HighPoint RAID 产 品 技

More information

目 錄 版 次 變 更 記 錄... 2 原 始 程 式 碼 類 型 之 使 用 手 冊... 3 一 安 裝 軟 體 套 件 事 前 準 備... 3 二 編 譯 流 程 說 明... 25 1

目 錄 版 次 變 更 記 錄... 2 原 始 程 式 碼 類 型 之 使 用 手 冊... 3 一 安 裝 軟 體 套 件 事 前 準 備... 3 二 編 譯 流 程 說 明... 25 1 科 技 部 自 由 軟 體 專 案 原 始 程 式 碼 使 用 手 冊 Source Code Manual of NSC Open Source Project 可 信 賴 的 App 安 全 應 用 框 架 -App 應 用 服 務 可 移 轉 性 驗 證 Trusted App Framework -Transferability Verification on App MOST 102-2218-E-011-012

More information

775i65PE_BIOS_CN.p65

775i65PE_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 14:00:09] [Wed 10/20/2004] BIOS Version : 775i65PE BIOS P1.00 Processor Type : Intel (R) CPU 3.20 GHz Processor Speed : 3200

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

http://www.tenda.com.cn Tenda 无线网卡说明书 第一章产品简介...1 1.1...1 1.2...1 1.3...1 1.4...2 1.5...2 1.6...2 1.7...4 第二章安装指南...5 第三章使用系统自带的无线配置程序...10 3.1...10 第四章客户端应用程序使用...18 4.1...19 4.1.1...20 4.1.2...21 4.1.3...23

More information

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT

Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. (GBT) GBT GBT GBT Chapter 2 GIGA-BYTE TECHNOLOGY CO., LTD. ("GBT") GBT GBT GBT 2003 6 5-1 - 1....3 1.1....3 1.2. Radeon 9200...3 2....4 2.1....4 2.2....5 2.3....7 3....9 3.1. Windows 98/98SE Windows ME Windows XP...9 3.1.1....

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

Abstract arm linux tool-chain root NET-Start! 2

Abstract arm linux tool-chain root NET-Start! 2 Lab III - Embedding Linux 1 Abstract arm linux tool-chain root NET-Start! 2 Part 1.4 Step1. tool-chain 4 Step2. PATH 4 Part 2 kernel 5 Step1. 5 Step2... 6 Step3...8 Part 3 root. 8 Step1. 8 Step2. 8 Part

More information

TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP

TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP TCP/IP : TCP/IP TCP/IP OSI IP TCP IP IP TCP/IP TCP/IP 1. ASCII EBCDIC Extended Binary-Coded Decimal Interchange Code 2. / (1) (2) Single System Image SSI) (3) I/O (4) 3.OSI OSI Open System Interconnection

More information

untitled

untitled \ \ \ DOP11B 06/2011 16929837 / ZH SEW-EURODRIVE Driving the world 1 5 1.1 5 1.2 5 1.3 6 1.4 6 1.5 6 1.6 6 1.7 6 2 7 2.1 7 2.2 7 2.3 8 2.4 8 2.5 8 2.6 9 2.7 / 11 2.8 11 2.9 11 2.10 11 2.11 12 3 (DOP11B-10

More information

中文手册

中文手册 PCC-3428 PC/104 1. PCC-3428 1.1 PCC-3428 90mm 96mm ST CPU STPC Atlas Atlas CPU 486 DX/DX2 CPU DX2 133MHz Atlas 2D LCD/CRT 100MHz SDRAM 64MBytes PCC-3428 10/100Mbps DOC EIDE USB PC/104 ST STPC Atlas STPC

More information

els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8

els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8 els0xu_zh_nf_v8.book Page Wednesday, June, 009 9:5 AM ELS-0/0C.8 Yamaha ELS-0/0C..8 LCD ELS-0/0C v. typeu LCD ELS-0/0C typeu / -6 / [SEARCH] / - ZH ELS-0/0C.8 els0xu_zh_nf_v8.book Page Wednesday, June,

More information

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP Serial ATA ( Sil3132)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 10 (5) S A T A... 12 Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS

More information

STC-U10

STC-U10 TW STAMP MAKER STC-U10 AD-A12200L AC STC-PC10 USB / 0.17 fl.oz. (5 ml) 15 mm 15 mm ( 3 /5" 3 /5") (2) 29 48 1 ... 1... 2... 4... 4... 9... 10... 12... 12... 12... 13... 15... 15... 16... 16... 16... 17...

More information

Microsoft Word - 在VMWare-5.5+RedHat-9下建立本机QTopia-2.1.1虚拟平台a.doc

Microsoft Word - 在VMWare-5.5+RedHat-9下建立本机QTopia-2.1.1虚拟平台a.doc 在 VMWare-5.5+RedHat-9 下建立 本机 QTopia-2.1.1 虚拟平台 张大海 2008-5-9 一 资源下载 1. 需要以下安装包 : tmake-1.13.tar.gz qtopia-free-source-2.1.1.tar.gz qt-embedded-2.3.10-free.tar.gz qt-x11-2.3.2.tar.gz qt-x11-free-3.3.4.tar.gz

More information

P4VM800_BIOS_CN.p65

P4VM800_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Fri 02/25/2005] BIOS Version : P4VM800 BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

untitled

untitled T.sonic 820 ...1...1... 1...2...3...4... 4...4...4...4...4...5... 5 OLED...6... 6...7...7...7...8...8...8...8...8...8...8...8...8...8...9...9 /...9 A-B :...9...9 T.sonic 820...9...10... 10 MP3, WMA WMA-DRM10...10...11...11...12

More information

VioCard-300 user manual

VioCard-300 user manual VioGate VioCard-300 ( 2.0.0) 2005 2005 2 15 2 3 VioGate 绍... 6 1.1 产 简... 6 1.2 产... 6 1.3... 7 1.4 内... 7 1.5 导览... 8 VioGate... 10 2.1 VioGate 络 认...10 2.2 VioGate...11 软... 16 3.1 VioCard-300 盘...16

More information

串口、网口猫池使用说明书

串口、网口猫池使用说明书 金 笛 猫 池 用 户 手 册 硬 件 设 备 : WAVECOM MODEM 池 设 备 名 称 : RS232 串 口 MODEM 池 RJ45 网 口 MODEM 池 版 权 属 于 北 京 春 笛 网 络 信 息 技 术 服 务 有 限 公 司 1 目 录 金 笛 RS232 串 口 八 口 MODEM 池 产 品 介 绍... 4 金 笛 Modem 池 产 品 介 绍... 4 产 品

More information

ch08.PDF

ch08.PDF 8-1 CCNA 8.1 CLI 8.1.1 8-2 8-3 8.1.21600 2500 1600 2500 / IOS 8-4 8.2 8.2.1 A 5 IP CLI 1600 2500 8-5 8.1.2-15 Windows 9598NT 2000 HyperTerminal Hilgraeve Microsoft Cisco HyperTerminal Private Edition (PE)

More information

untitled

untitled Copyright 2008 2009/09 Microsoft MS-DOS Windows Windows Sound System Microsoft Corporation Intel Centrino Centrino Duo Pentium M Banias Calexico Intel Corporation Sound Blaster Sound Blaster Pro Creative

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information