搜索资源列表
USB-HID
- 这是一个演示使用VB对USB-HID设备进行数据读取写入的通讯示例。可以遍历所有USB设备,由于没有类似调试设备,这个源代码没有测试,但里面的一些API函数可以让大家喜欢研究USB通讯开发的网友提供些帮助-This is a demonstration using VB on the USB-HID device to read data written communication example. You can traverse all the USB devices, because no
usb_windriver
- 采用windriver提供的API开发的D12应用程序源码-Using WinDriver API to provide application development D12 source
api
- 关于usb.API的函数,大家可以看看,另有基于USB的VC开发 一份-usb.API
PCAN_CAN_INTERFACE_CODE_AND_EXAMPLES
- PCAN-USB的API。可以做2次开发,提供了库文件并且附了很多代码。-PCAN-USB in the API. 2 can do the development, and provide a library with a lot of code.
WinUSB
- 一套库可以采用.NET进行应用层开发实现地层USB设备的访问-WinUSBNet is a .NET class library that provides easy access to the WinUSB API from C#, VB.NET and other .NET languages. WinUSB is a user mode API available for Windows XP, Vista and 7 (XP will require an update), allowi
libusb usb驱动开发
- libusb 设计了一系列的外部API 为应用程序所调用,通过这些API应用程序可以操作硬件,从libusb的源代码可以看出,这些API 调用了内核的底层接口,和kernel driver中所用到的函数所实现的功能差不多,只是libusb更加接近USB 规范。使得libusb的使用也比开发内核驱动相对容易的多。