Data exchange directy to USB device with VID and PID in Delphi

微笑、不失礼 提交于 2019-12-22 05:53:59

问题


I've been trying to find some free and working code on the net about how to send and receive data (or frames as its seemed to be called) to and from a specific USB device by using VID and PID.

Does anybody know how to do this in delphi?

There seems to be nothing about this for delphi, at all!


回答1:


See Robert Marquardt's HID controller suite for Delphi.

It will give you communication possibilities with a USB device. This unit is incorporated in Project Jedi as well.

See also Jan Axelson's HID page for examples. I think he has written book also. USB Complete. On his page are som Delphi references.

If you are using Delphi 2009 or newer, follow the link given in the answer on SO question :using-hidcontroller-on-delphi-2010



来源:https://stackoverflow.com/questions/9360527/data-exchange-directy-to-usb-device-with-vid-and-pid-in-delphi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!