搜索资源列表
USB_PC
- 使用菲利普的USBD12芯片以及89S52实现USB1.1的接口。这个程序是USB通信中的PC端的程序。采用VC2003.NET编译-use the chip and 89S52 USBD12 achieve USB 1.1 interface. The program is the USB Communication PC-end procedures. Using VC2003.NET compiler
usbDeviceDriver
- 这是usb device端的驱动,使用CPU搬运数据,没有用到DMA-This is the end of the usb device driver, use the CPU handling the data, did not use DMA
Interruptionoftheuseofendtolooptesting
- 利用端点中断进行环路测试,在KEIL中运行,适用于CYUSB的开发和仿真-Interruption of the use of end-to-loop testing, in KEIL run for the development and simulation CYUSB
USB_PIC_CCS_C_2
- yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550
picusbMEGAUPLOAD
- yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end this fileis c++ decument of pic 18f4550 - yusuf ozturk goı ng a electronik engineering departman of gebze high technology of enstitue. end th
Aalborg_USB_GNSS_Driver_0_5
- usb driver for gps receiver front end
HID_Client_PC_code
- LPC2368端USBHID对应的PC端工具,及其源码。-LPC2368 end USBHID corresponding PC-side tools, and source code.
SourceCode
- 实现自定义的USB编程。启用了D12的端 点1和端点2,端点1为中断传输,最大包为16字节,查询间隔为10ms。端点2为批量 传输,最大包为64字节。端点1的输出第一个字节为控制END USB板上的LED的,每个 bit代表一个LED,为1时表示对应的LED亮。端点1的输入第一个字节为返回的开关 状态,每个bit代表一个按键,为时表示对应的按键按下。输出端点2的数据通过串 口发送出去,串口接收到的数据通过端点2返回。-Implement custom USB programm