搜索资源列表
usbhidio_vc6
- 真正完整,并且编译得通的代码。用vc访问hid型usb设备,输入自己的VID和PID就能实现对hid型usb设备的读写和控制 它包含单片机固件源代码和PC端的VC源代码;虽然PUDN上有其他会员提供类似的vc代码,但我发现那些代码都存在bug,只有我这个代码是唯一完整的、可以编译通过的代码。-Truly complete, and compile a pass code. Hid type with vc visit usb device, enter their own VID and PID
CheckSystemPlug
- 检测USB的PID与VID码,非常好用,代码在VC6下编译通过。-Detection of USB in the PID and VID code, very easy to use, the code under VC6 compile.
USB-COMMUNICATION
- 用于Usb双向通信的VC++程序 一个靠USB设置的VID、PID、PVN来查找设备 并进行设备读写操作的示例-For Usb communication VC++ program on a USB set VID, PID, PVN to find equipment and equipment to read and write operation example
USBHID
- 使用hid.lib建立的MFC控制,可识别连接与否,通过修改里面的vid pid即可连接新的hid设备,功能完全干净(只显示1个编辑框),其他功能可自己加上去,使用m_MyHidDevice.WriteHid(str,64);m_MyHidDevice.ReadHid(str,64); 可实现读写功能(Use hid.lib to build the MFC control, can identify the connection or not, connect the new hid devi