搜索资源列表
pidcontrol
- 比较早的一个PID控制程序,用的语言是VB,效果不错,花的时间也很长.需要注意的一点是,需要在WIN98下程序才能正常运行
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