Jump to content

Read USB from HART Evaluation Kit


Ano Ano

Recommended Posts

I have a DS5800 evaluation kit from Maxim Integrated and it comes with a USB port to read/write data. It also comes along with Maxim's software to read/write string data. I thought of interfacing it with LabVIEW and read from it. I tried to use the generic USB vi's in the example finder just in case I can read something but as expected it cannot even see anything connected.

 

Is there any way to get information from this or any USB port?

 

 

Link to comment

Does the Maxim software come with a DLL or .NET assembly for interfacing to their device? If so, that's your best bet. While you can use VISA to talk directly to a USB device, you'd have to determine the correct protocol (through documentation or experimentation) and implement it, which would be very time consuming.

Link to comment

Thank you all for the replies.
 
The evaluation board comes with a software (*.exe & *.dll) written in .Net Framework v4.6 (I used a decompiler to find out!). The problem now is how to load it in LabVIEW. There is no .h file accompanying the .dll and if I import "connectivity>.NET> property/invoke then there is a huge list of commands but its not clear what to use to read & write. By the way the DS8500 is a HART modem.

Link to comment

From a quick read through the datasheet for the evaluation kit, I see the following: "The onboard MAXQ622 is only for demonstration purposes (USB interface) and does not implement a HART software stack. The serial UART data and control pins are exposed via jumpers as detailed in Table 1. They allow a hardware serial port on a PC or laptop to transmit and receive modulated signals. Note that these serial pins expect TTL level signals (3.3V), not RS-232 level, so a serial level shifter board is typically required for communications."

 

Looks like the easiest way to connect this to LabVIEW is through a serial port connected to the serial connections on the board, with appropriate level shifting (or buy a USB-serial adapter that expects TTL level signals).

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.