搜索资源列表
MouseUSB
- IAR编译环境下的AT91SAM7S64芯片的模拟USB口鼠标和PC进行连接通讯的演示代码。-IAR compiler environment of Atmel chip simulation USB mouse and PC the demo link communications code.
at91sam7s64_mouseusb
- 在IAR4.3平台下,将at91sam7x256的ARM7板子中的四个按键,通过usb,模拟成电脑鼠标-in IAR4.3 platform, will at91sam7x256 ARM7 board of four buttons, USB, analog into computer mouse
USBMem
- nxp的arm内核微处理器lpc2148内嵌usb口范例(模拟u盘)。
stm usb mac
- 用stm32f103中的usb功能模块实现与pc机通信,模拟一个u盘。
STM32-USB-to-simulate-mouse-movement
- 基于STM32的USB模拟鼠标移动程序,可以直接应用-Simulation based on the STM32 USB mouse to move the program can be applied directly
ResearchofanARMg-BasedAutomobleRunningRecorder
- :以ARM9系列芯片S I、R912I W4,1X为核心,主要针对中低档扣普及性车型,设计和开发符合国家标准的新型汽车行驶记录仪. 介绍了行驶记录仪硬件,软件结构.包括数据采集、数据存储、与P(、机进行串口和USB通讯、I CD显示、GI S定位系统等在内的硬软件的组成部分.通过模拟实验研究。该记录仪可靠性高、使用方便; 自动导航和定位系统,包括全球卫星定位系统和电子地图也取得了较好的使用效果.-: The ARM9 family of chips SI, R912I W4, 1X as the
CDC-2313.2007-10-03
- 使用ATMEL ATtiny2313模拟USB进行通信,在PC端虚拟一个串口通信。-ATMEL ATtiny2313 USB CDC
AVR_USB_firmware
- AVR 模拟USB低速率通讯的例子,里面实际已经有应用于编程器-AVR emu USB low-speed communication example
operatthrough
- 十二:通过STM32的USB来操作SD卡(模拟U盘)-Second: the USB to operate through the STM32 SD card (analog U disk)
sim51_USBkeyboard
- 51单片机模拟一个USB键盘,附带原理图说明-use 51 seriers micro processor simulates a USB keyboard 51
USB-Mouse_ARM-Cortex-M3
- 基于ARM CORTEX M3的USB鼠标程序,包含库函数和源文件,可以通过外置按键模拟USB鼠标,在STM32F103上调试通过。-Based on ARM CORTEX M3 s USB mouse program, including library functions and source files, keys can be simulated by an external USB mouse, the STM32F103 debugging through.
read-MicroSD-card-by-USB
- 基于stm32d的模拟U盘,使用USB读取MicroSD卡-read MicroSD card by USB based on stm32
simulator-mouse-motion-USB
- 基于STM32F103 采用USB模拟鼠标移动功能 调试OK-simulator mouse motion via USB using STM32F103
STM32F107-Mouse
- 本程序通过以STM32F107为平台模拟USB鼠标功能:采用4个led来指示usb鼠标的功能,仅为演示用,可进一步开发usb鼠标程序。 -Through this program as a platform to simulate STM32F107 USB mouse function: the use of four led to indicate usb mouse functionality, only demo, the program can be further develo
STM32-usb-TERSI-GAME
- 基于STM32F1,通过USB模拟摄像头通讯,在电脑端打开此摄像头可以进行俄罗斯方块游戏-Based on STM32F1, through the USB analog camera communication, the computer side opens the camera can be a Tetris game
基于stm32f103rc的USB_HID模拟键盘并发送卡号成功
- 1、基于stm23f103c8t6的开发板开发,外接rc522读卡板。 2,实现让windows系统把设备认成hid键盘,当刷M1卡时,把4字节的卡号以键盘输入的形式上送到电脑。 3,已在xp,win7系统上测试。把鼠标放在文本输入框中,刷卡,卡号即可显示在文本框中,并回车换行。(1, based on the stm23f103c8t6 development board development, external rc522 read card board. 2, to achieve
W25Q64 USB
- 通过USB从机接口读写W25Q64模拟一个可移动存储磁盘(Read and write W25Q64 from the computer interface through USB, simulate a removable storage disk)
E51_USB_SoundCard
- 模拟一个usb声卡 可以播放 可以听到来自电脑的声音,下载来可以试一下 用的室原子stm32f103开发板(hello this is usb sound card use stm32 mcu usb slave devices ssssssssssssssss)
STM32-USB模拟鼠标移动
- 基于STM32F10x的,keil4编译通过。实现鼠标移动。(Based on STM32F10x, keil4 is compiled and passed. The realization of mouse movement.)
STM32 JoyStickMouse
- STM32 模拟USB鼠标,使用的库是比较老的简洁库,没有评估版那么多无关的代码,便于更好地理解原理。