搜索资源列表
vb2010
- 本人收集的一些串口通讯的VB程序代码,现在分享给大家一起共享!-I collected some of the serial communications VB code, and now share with everyone to share!
USBHID
- 这是一个演示使用VB对USB-HID设备进行数据读取写入的通讯示例-This is a demonstration using VB on the USB-HID device to read data written communication example
USBHID-conTest
- USB-HID设备联接测试(VB源程序)-USB-HID device connection test (VB source)
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