This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于usb_bulk_example中的lmusbdll.h及luminary_guids.h文件问题

Other Parts Discussed in Thread: CONTROLSUITE

示例地址:C:\ti\controlSUITE\device_support\F2837xD\v150\F2837xD_common\tools\usb_bulk_example\usb_bulk_example

打不开标题中的两个文件,example源程序中也没有这两个头文件

  • 这个是VC程序,是用来在PC端测试F2837xD的USB程序的,用户只需要运行release文件夹下编译好的exe程序就可以了,不用再重新编译一遍。

  • 我现在用其他语言写一个USB的上位机程序,需要调用tiusbdll.dll中的InitializeDevice函数,函数定义如下:

    TIUSB_HANDLE __stdcall InitializeDevice(unsigned short usVID,
    unsigned short usPID,
    LPGUID lpGUID,
    BOOL *pbDriverInstalled)

    现在不知道LPGUID是什么类型?