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.

PGA300EVM-034: Communication Frames via USB2ANY and COM port assignment

Part Number: PGA300EVM-034

Hello,

I am working on PGA300 associated with the PGA300-EVM & USB2ANY.

The first results are corrects but to validate the integration of the PGA300 in our products, I have to create a software to program coefficients (EEPROM) under LabVIEW environment.

When we had installed the eval software supplied by TI, we installed the LabVIEW engine. Would it be possible to send us the typical frames for writing / reading?

From a practical point of view, I can see the USB2ANY board in the device manager with the following names:
- Device conforming to the User Interface Device (HID)
- USB Input Device
I do not have a COM port number assigned. Could you please inform me about this point?

Best regards
Bastien
  • Hello Bastien,

    In the installation directory for the PGA300 GUI you will find a USB2ANY dll which can be used in your code to interact with the USB2ANY.

    Documentation for the USB2ANY dll and example code is included in the TI USB2ANY SDK directory under Program Files (x86).

    Regards,
  • Dear Scott
    Thanks for your prompt answer. I downloaded the dll and create a first Labview software.

    Currently, I have established a connection (u2aFindControllers and u2aOpen) and obtained the serial number (u2aGetSerialNumber).
    My problem is to read a parameter, could you tell me more about this?
    Would you have a example labview ?

    Regards,