搜索资源列表
usbKeyboard
- 自制usb键盘,含源码,原理图 用了一个4*4的小键盘,有0-9十个数字键, Num Lock键,Caps Lock键,Shift键,Ctrl键,alt键,回车键等。 最多可以有三个键同时按下,如果相交的话,最多只能两个键按下-homemade usb keyboard, with the source code, and using the principle of a 4 * 4 small keyboard, a 0 -9 10 numeric keys, Num Lock k
usb HID
- 键盘只有一个键 b ,开发板是自制的-only a keyboard keys b, development board is a self-made
usb-device-hid-keyboard-project-1.3-iar5-at91sam7x
- This application creates an usb HID (Human-Interface Device) keyboard on a host computer. Pressing any of the buttons on the board outputs characters or special keys on the host side
lm3s9b92-usb-mouse-keyboard 使用TI LM3S9B92驱动usb鼠标键盘功能
- 使用TI LM3S9B92驱动usb鼠标键盘功能,实现usb键盘鼠键在嵌入式系统上的使用,keil程序编写-Use TI LM3S9B92 drive usb mouse keyboard functions as a usb keyboard mouse keys used in embedded systems, keil programming
HID_keys
- usb开发 HID_keys 用单片机模拟usb开发-usb analog usb development HID_keys with MCU Development
aVR20KEY-joystick.
- 一个M8做的usb游戏手柄,4个方向键,和16个按,共20键游戏手柄。-M8 to do a usb game controller, four arrow keys, and 16 by a total of 20 key joystick.
STM3210ELK
- STM3210E-LK 开发板的使用手册 -User manual of STM3210E-LK learning kit The STM3210E-LK is a version of the STM32-LK learning kit for the STM32F103ZET6 (LQFP144) microcontroller. The STM32F103ZET6 is high density STM32 microcontroller based on the Cort
U2
- 此程序为组合架1U而编写.采用单排按键控制双读卡机.功能完善,带usb.LED指示,有单独a/B切换功能.解决了1U按键不足的问题.-This combination of procedures has been prepared 1U rack. keys to control the use of single-row dual-card reader. Functions, usb.LED with instructions, a separate a/B switch features.
usbkey
- 用单片机做的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板
VHDL_NEXYS_Example41
- In this example w ill interface the PS/2 port to a PS/2 keyboard, also known as an aT keyboard. The example will not apply to the newer usb keyboards, or to the older, obsolete XT keyboard. Keyboards contain their own microprocessors that conti
jisuanqi
- 用按键实现计算的基本功能,用液晶屏显示,用usb供电-Calculated with the keys to achieve the basic functions, with LCD screen display, with a usb-powered
vbwinio
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 虽然有很多游戏封杀,但因为是开源,所以变种依然很多,如果自己有能力,也可以自己改一个专用版。 用InitializeWinIo函数加载驱动程序,如果成功会返回true,否则返回false,程序结束时记得用ShutdownWinIo函数卸载驱动程序。 本源代码仅供学习研究,禁止用于非法用途。下载时可能某些杀毒软件会报警,这说明您的杀毒软件还可以。-VB to
Watson_MP3182_7_FW
- ali Firmware for watson mp4 player 4GB colour display touch sensitive keys usb 2.0 multi language an a great quality of audio on headphones
winIOkey
- VB使用winIO 模拟键盘按键的测试程序,winio属于硬件模拟,但不支持usb键盘、鼠标,必须前台操作。 -VB keyboard keys using winIO simulation test program, winio a hardware simulation, but does not support usb keyboard, mouse, must be front operation.
usb01
- 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板上的LE
microdog
- a document to verify microdog usb keys and create neccessary clones
JSTHID
- 基于windows CE 平台的游戏手柄驱动,支持通用usb手柄,给予HID类,把手柄映射成为键盘,可以通过调整映射表的SC和VK映射不同的按键键值。-Joystick driver based on windows CE, support the generic HID usb joystick. mapped the joystick as a keyboard, you can map the button into different keyboard keys by modifying
Touch-usb-mouse-experiments
- 本实验将实现如下功能:开机的时候先检测触摸屏是否校准过,如果没有,则校准。如果校准过了,则开始触摸屏画图,然后将我们的坐标数据上传到电脑(假定usb已经配置成功了,DS1亮),这样就可以用触摸屏来控制电脑的鼠标了。我们用按键KEY0模拟鼠标右键,用按键KEY2模拟鼠标左键,用按键WK_UP和KEY1模拟鼠标滚轮的上下滚动。同样我们也是用DS0来指示程序正在运行。-The experiment will achieve the following functions: boot time befo
usb--simulated-mouse-move
- 利用一块奋斗版STM32开发板的4个按键K1,K4,K7,K10实现标准的usb接口游戏杆功能。-Use four keys K1 version of a struggle STM32 development board, K4, K7, K10 to achieve a standard usb interface joystick function.
Host test
- 开机的时候先显示一些提示信息,然后初始化usb HOST,并不断轮询。当检测到usb鼠标 /键盘的插入后,显示设备类型,并显示设备输入数据: 如果是usb鼠标:将显示鼠标移动的坐标(X,Y坐标),滚轮滚动数值(Z坐标)以及按键(左中右)。 如果是usb键盘:将显示键盘输入的数字/字母等内容(不是所有按键都支持,部分按键没有做解码支 持,比如F1~F12)。(When you start, display some prompt information first, the