嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
usb相关源码:USB电脑圈圈源码
.
├── MyUsbDevice
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── MyUsbDevice
│ ├── MyUsbDevice.M51
│ ├── MyUsbDevice.Opt
│ ├── MyUsbDevice.Uv2
│ ├── MyUsbDevice.hex
│ ├── MyUsbDevice.lnp
│ ├── MyUsbDevice.plg
│ ├── MyUsbDevice_Opt.Bak
│ ├── MyUsbDevice_Uv2.Bak
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ └── config.h
├── MyUsbDeviceTestApp
│ ├── MyUsbDeviceTestApp.aps
│ ├── MyUsbDeviceTestApp.bbs
│ ├── MyUsbDeviceTestApp.clw
│ ├── MyUsbDeviceTestApp.cpp
│ ├── MyUsbDeviceTestApp.dsp
│ ├── MyUsbDeviceTestApp.dsw
│ ├── MyUsbDeviceTestApp.h
│ ├── MyUsbDeviceTestApp.ncb
│ ├── MyUsbDeviceTestApp.opt
│ ├── MyUsbDeviceTestApp.plg
│ ├── MyUsbDeviceTestApp.rc
│ ├── MyUsbDeviceTestAppDlg.cpp
│ ├── MyUsbDeviceTestAppDlg.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── intrface.h
│ └── res
│ ├── MyUsbDeviceTestApp.ico
│ ├── MyUsbDeviceTestApp.rc2
│ ├── icon1.ico
│ ├── icon2.ico
│ ├── icon3.ico
│ ├── icon4.ico
│ ├── icon5.ico
│ ├── icon6.ico
│ ├── icon7.ico
│ ├── led_off.ico
│ └── led_on.ico
├── MyUsbHid
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── MyUsbHid
│ ├── MyUsbHid.M51
│ ├── MyUsbHid.Opt
│ ├── MyUsbHid.Uv2
│ ├── MyUsbHid.hex
│ ├── MyUsbHid.lnp
│ ├── MyUsbHid.plg
│ ├── MyUsbHid_Opt.Bak
│ ├── MyUsbHid_Uv2.Bak
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ └── config.h
├── MyUsbHidTestApp
│ ├── MyUsbHidTestApp.aps
│ ├── MyUsbHidTestApp.bbs
│ ├── MyUsbHidTestApp.clw
│ ├── MyUsbHidTestApp.cpp
│ ├── MyUsbHidTestApp.dsp
│ ├── MyUsbHidTestApp.dsw
│ ├── MyUsbHidTestApp.h
│ ├── MyUsbHidTestApp.ncb
│ ├── MyUsbHidTestApp.opt
│ ├── MyUsbHidTestApp.plg
│ ├── MyUsbHidTestApp.rc
│ ├── MyUsbHidTestAppDlg.cpp
│ ├── MyUsbHidTestAppDlg.h
│ ├── ReadMe.txt
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── hid.lib
│ ├── hidpi.h
│ ├── hidsdi.h
│ ├── hidusage.h
│ └── res
│ ├── MyUsbHidTestApp.ico
│ ├── MyUsbHidTestApp.rc2
│ ├── icon1.ico
│ ├── icon2.ico
│ ├── icon3.ico
│ ├── icon4.ico
│ ├── icon5.ico
│ ├── icon6.ico
│ ├── icon7.ico
│ ├── led_off.ico
│ └── led_on.ico
├── TestBoard
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── TestBoard
│ ├── TestBoard.M51
│ ├── TestBoard.Opt
│ ├── TestBoard.Uv2
│ ├── TestBoard.hex
│ ├── TestBoard.lnp
│ ├── TestBoard.plg
│ ├── TestBoard_Opt.Bak
│ ├── TestBoard_Uv2.Bak
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ └── config.h
├── UsbDisk
│ ├── FAT.C
│ ├── FAT.H
│ ├── FAT.LST
│ ├── FAT.OBJ
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── SCSI.H
│ ├── SCSI.LST
│ ├── SCSI.OBJ
│ ├── SCSI.c
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbDisk
│ ├── UsbDisk.M51
│ ├── UsbDisk.Opt
│ ├── UsbDisk.Uv2
│ ├── UsbDisk.hex
│ ├── UsbDisk.lnp
│ ├── UsbDisk.plg
│ ├── UsbDisk_Opt.Bak
│ ├── UsbDisk_Uv2.Bak
│ └── config.h
├── UsbKeyboard
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbKeyboard
│ ├── UsbKeyboard.M51
│ ├── UsbKeyboard.Opt
│ ├── UsbKeyboard.Uv2
│ ├── UsbKeyboard.hex
│ ├── UsbKeyboard.lnp
│ ├── UsbKeyboard.plg
│ ├── UsbKeyboard_Opt.Bak
│ ├── UsbKeyboard_Uv2.Bak
│ └── config.h
├── UsbKeyboardWithMouse
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbKeyboardWithMouse
│ ├── UsbKeyboardWithMouse.M51
│ ├── UsbKeyboardWithMouse.Opt
│ ├── UsbKeyboardWithMouse.Uv2
│ ├── UsbKeyboardWithMouse.hex
│ ├── UsbKeyboardWithMouse.lnp
│ ├── UsbKeyboardWithMouse.plg
│ ├── UsbKeyboardWithMouse_Opt.Bak
│ ├── UsbKeyboardWithMouse_Uv2.Bak
│ └── config.h
├── UsbKeyboardWithMouse(TwoInterfaces)
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbKeyboardWithMouse(TwoInterfaces)
│ ├── UsbKeyboardWithMouse(TwoInterfaces).M51
│ ├── UsbKeyboardWithMouse(TwoInterfaces).Opt
│ ├── UsbKeyboardWithMouse(TwoInterfaces).Uv2
│ ├── UsbKeyboardWithMouse(TwoInterfaces).hex
│ ├── UsbKeyboardWithMouse(TwoInterfaces).lnp
│ ├── UsbKeyboardWithMouse(TwoInterfaces).plg
│ ├── UsbKeyboardWithMouse(TwoInterfaces)_Opt.Bak
│ └── config.h
├── UsbMidiKeyboard
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── Song.LST
│ ├── Song.OBJ
│ ├── Song.c
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbMidiKeyboard
│ ├── UsbMidiKeyboard.M51
│ ├── UsbMidiKeyboard.Opt
│ ├── UsbMidiKeyboard.Uv2
│ ├── UsbMidiKeyboard.hex
│ ├── UsbMidiKeyboard.lnp
│ ├── UsbMidiKeyboard.plg
│ ├── UsbMidiKeyboard_Opt.Bak
│ ├── UsbMidiKeyboard_Uv2.Bak
│ └── config.h
├── UsbMouse
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbMouse
│ ├── UsbMouse.M51
│ ├── UsbMouse.Opt
│ ├── UsbMouse.Uv2
│ ├── UsbMouse.hex
│ ├── UsbMouse.lnp
│ ├── UsbMouse.plg
│ ├── UsbMouse_Opt.Bak
│ ├── UsbMouse_Uv2.Bak
│ └── config.h
├── UsbMultimediaKeyboard
│ ├── Key.LST
│ ├── Key.OBJ
│ ├── Key.c
│ ├── Key.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbMultimediaKeyboard
│ ├── UsbMultimediaKeyboard.M51
│ ├── UsbMultimediaKeyboard.Opt
│ ├── UsbMultimediaKeyboard.Uv2
│ ├── UsbMultimediaKeyboard.hex
│ ├── UsbMultimediaKeyboard.lnp
│ ├── UsbMultimediaKeyboard.plg
│ ├── UsbMultimediaKeyboard_Opt.Bak
│ ├── UsbMultimediaKeyboard_Uv2.Bak
│ └── config.h
├── UsbToIde
│ ├── IDE.C
│ ├── IDE.LST
│ ├── IDE.OBJ
│ ├── IDE.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── SCSI.H
│ ├── SCSI.LST
│ ├── SCSI.OBJ
│ ├── SCSI.c
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbToIde
│ ├── UsbToIde.M51
│ ├── UsbToIde.Opt
│ ├── UsbToIde.Uv2
│ ├── UsbToIde.hex
│ ├── UsbToIde.lnp
│ ├── UsbToIde.plg
│ ├── UsbToIde_Opt.Bak
│ ├── UsbToIde_Uv2.Bak
│ └── config.h
├── UsbToIde(CeparkV2.0版)
│ ├── IDE.C
│ ├── IDE.LST
│ ├── IDE.OBJ
│ ├── IDE.h
│ ├── LED.h
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── SCSI.H
│ ├── SCSI.LST
│ ├── SCSI.OBJ
│ ├── SCSI.c
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbToIde
│ ├── UsbToIde.M51
│ ├── UsbToIde.Opt
│ ├── UsbToIde.Uv2
│ ├── UsbToIde.hex
│ ├── UsbToIde.lnp
│ ├── UsbToIde.plg
│ ├── UsbToIde_Opt.Bak
│ ├── UsbToIde_Uv2.Bak
│ └── config.h
├── UsbToUart
│ ├── Driver
│ │ └── UsbToUartDriver.inf
│ ├── Key.LST
│ ├── Main.LST
│ ├── Main.OBJ
│ ├── Main.c
│ ├── MyType.h
│ ├── PDIUSBD12.LST
│ ├── PDIUSBD12.OBJ
│ ├── PDIUSBD12.c
│ ├── PDIUSBD12.h
│ ├── STARTUP.A51
│ ├── STARTUP.LST
│ ├── STARTUP.OBJ
│ ├── UART.LST
│ ├── UART.OBJ
│ ├── UART.c
│ ├── UART.h
│ ├── UsbCore.LST
│ ├── UsbCore.OBJ
│ ├── UsbCore.c
│ ├── UsbCore.h
│ ├── UsbToUart
│ ├── UsbToUart.M51
│ ├── UsbToUart.Opt
│ ├── UsbToUart.Uv2
│ ├── UsbToUart.hex
│ ├── UsbToUart.lnp
│ ├── UsbToUart.plg
│ ├── UsbToUart_Opt.Bak
│ ├── UsbToUart_Uv2.Bak
│ └── config.h
└── 好例子网_电脑圈圈源码.rar
18 directories, 511 files