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

📄 serial.reg

📁 ARM9基于WINDOWSCE的BSP源代码
💻 REG
字号:
;
; Release Status:OS005-SW-70002-r0p0-00REL0
; $Copyright: 
; ----------------------------------------------------------------
; This confidential and proprietary software may be used only as
; authorised by a licensing agreement from ARM Limited
;   (C) COPYRIGHT 2004 ARM Limited
;       ALL RIGHTS RESERVED
; The entire notice above must be reproduced on all authorised
; copies and copies may only be made to the extent permitted
; by a licensing agreement from ARM Limited.
; ----------------------------------------------------------------
; File:     serial.reg,v
; Revision: 1.1
; ----------------------------------------------------------------
; $

; Note: UART0 is used as debug comms, and will clash with any serial port set-up here
;  to use the same port. First disable the debug comms before using it.

;; UART 0
;[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial]
;    "DeviceArrayIndex"=dword:0
;; IoBase entries should be the same as the VA_UART0_BASE platform.h & .inc settings
;    "IoBase"=dword:a40f1000
;    "SysIntr"=dword:11
;    "Dll"="PL011drv.dll"
;    "Prefix"="COM"
;    "Order"=dword:0
;    "DMA"=dword:0
;    

; -------- -------- -------- 
;[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial\Unimodem]
;   "Tsp"="Unimodem.dll"
;   "DeviceType"=dword:0
;   "FriendlyName"="Serial Cable on COM1:"
;   "DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00

;  UART 1
; -------- -------- -------- 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial1]
    "DeviceArrayIndex"=dword:1
; IoBase entries should be the same as the VA_UART1_BASE platform.h & .inc settings
    "IoBase"=dword:a2031000
    "SysIntr"=dword:11
    "Dll"="PL011drv.dll"
    "Prefix"="COM"
    "Order"=dword:0
    "Index"=dword:2
    "DMA"=dword:0

 -------- -------- -------- 
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\Serial1\Unimodem]
   "Tsp"="Unimodem.dll"
   "DeviceType"=dword:0
   "FriendlyName"="Serial Cable on COM2:"
   "DevConfig"=hex: 10,00, 00,00, 05,00,00,00, 10,01,00,00, 00,4B,00,00, 00,00, 08, 00, 00, 00,00,00,00

⌨️ 快捷键说明

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