文件名称:USB01
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 103kb
- 下载次数:
- 0次
- 提 供 者:
- n***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
USB按键实验源程序
USB开发板上共有8个按键,功能分别为:
K1:左Ctrl键 K2:左Shift键 K3:左Alt键 K4:0键
K5:1键 K6:2键 K7:Caps Lock键 K8:Num Lock键
按键功能测试:
同时按下K1和K2可做输入法切换,这跟键盘上的两个键功能一样的。
K7可打开大写字母锁定,同时LED2亮起。K8是小数字键盘锁定键,
当数字键盘打开时,LED1亮起,这时可用K4,K5,K6输入数字。
请留意EDN板上的LED会跟你自己的键盘上的LED灯同步。不管按哪块
键盘切换都是如此。不过按住切换键不放,可能会导致两块键盘之间
的LED失步。-USB USB key experimental source development board a total of eight buttons, functions are: K1: Left Ctrl key K2: the left Shift key K3: Left Alt key K4: 0 key K5: 1 key K6: 2 key K7: Caps Lock key K8: Num Lock key button function test: Press the K1 and K2 switch the input method to do this with two keys on the keyboard functions the same. K7 to open the caps lock, while LED2 lights. K8 is a small numeric keypad lock keys when the numeric keypad open, LED1 lights when available K4, K5, K6 enter the number. Please note EDN panel LED will tell you your LED lights on the keyboard simultaneously. Regardless of the keyboard switch is true by piece. Holding the shift key down, however, may cause the LED between the two keyboard-step.
USB开发板上共有8个按键,功能分别为:
K1:左Ctrl键 K2:左Shift键 K3:左Alt键 K4:0键
K5:1键 K6:2键 K7:Caps Lock键 K8:Num Lock键
按键功能测试:
同时按下K1和K2可做输入法切换,这跟键盘上的两个键功能一样的。
K7可打开大写字母锁定,同时LED2亮起。K8是小数字键盘锁定键,
当数字键盘打开时,LED1亮起,这时可用K4,K5,K6输入数字。
请留意EDN板上的LED会跟你自己的键盘上的LED灯同步。不管按哪块
键盘切换都是如此。不过按住切换键不放,可能会导致两块键盘之间
的LED失步。-USB USB key experimental source development board a total of eight buttons, functions are: K1: Left Ctrl key K2: the left Shift key K3: Left Alt key K4: 0 key K5: 1 key K6: 2 key K7: Caps Lock key K8: Num Lock key button function test: Press the K1 and K2 switch the input method to do this with two keys on the keyboard functions the same. K7 to open the caps lock, while LED2 lights. K8 is a small numeric keypad lock keys when the numeric keypad open, LED1 lights when available K4, K5, K6 enter the number. Please note EDN panel LED will tell you your LED lights on the keyboard simultaneously. Regardless of the keyboard switch is true by piece. Holding the shift key down, however, may cause the LED between the two keyboard-step.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验2--USB转串口\USB2UART\EDN_USB_Board_USB2UART_Driver.inf
................\........\SourceCode\AT89X52.H
................\........\..........\config.h
................\........\..........\Key.c
................\........\..........\Key.h
................\........\..........\Key.LST
................\........\..........\Key.OBJ
................\........\..........\LED.h
................\........\..........\My_type.h
................\........\..........\PDIUSBD12.h
................\........\..........\UART.c
................\........\..........\UART.h
................\........\..........\UART.LST
................\........\..........\UART.OBJ
................\........\..........\USB.H
................\........\..........\USB2UART
................\........\..........\USB2UART.c
................\........\..........\USB2UART.H
................\........\..........\USB2UART.hex
................\........\..........\USB2UART.lnp
................\........\..........\USB2UART.LST
................\........\..........\USB2UART.M51
................\........\..........\USB2UART.OBJ
................\........\..........\USB2UART.Opt
................\........\..........\USB2UART.plg
................\........\..........\USB2UART.Uv2
................\........\SourceCode
................\USB2UART
实验2--USB转串口
................\........\SourceCode\AT89X52.H
................\........\..........\config.h
................\........\..........\Key.c
................\........\..........\Key.h
................\........\..........\Key.LST
................\........\..........\Key.OBJ
................\........\..........\LED.h
................\........\..........\My_type.h
................\........\..........\PDIUSBD12.h
................\........\..........\UART.c
................\........\..........\UART.h
................\........\..........\UART.LST
................\........\..........\UART.OBJ
................\........\..........\USB.H
................\........\..........\USB2UART
................\........\..........\USB2UART.c
................\........\..........\USB2UART.H
................\........\..........\USB2UART.hex
................\........\..........\USB2UART.lnp
................\........\..........\USB2UART.LST
................\........\..........\USB2UART.M51
................\........\..........\USB2UART.OBJ
................\........\..........\USB2UART.Opt
................\........\..........\USB2UART.plg
................\........\..........\USB2UART.Uv2
................\........\SourceCode
................\USB2UART
实验2--USB转串口