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.

vb.net app for TMP006EVM

Does anyone have any code examples (that you are willing to share!) using vb.net to read the temperature from the TMP006EVM?

Thanks

  • Hello Ken,

    Thanks for posting your query on E2E. Can you be more specific? Are you looking for a vb.net driver for the TMP006EVM board? I may be able to help you if you are looking for our USB-DIG platform.

    Regards,

    Abhi

  • Abhi,

    I am writing a VB.NET app to run tests on new hardware.  On thing that would be helpful would be the ability to automatically read in the current ambient temperature.  The TMP006EVM looks like a fairly low cost way of accomplishing this.  I would like to add code to my VB application that communicates with the TMP006EVM and reads back the temperature so that I can store it along with the rest of the test data.

    Any help would be greatly appreciated.  Thanks

  • Hello Abhi,
    I am trying to use VB to read the temperature from TMP006EVM and TMP007EVM. They came in with SM-USB-DIG. I am new with HID USB communication. Can you please give me some help with this?
    1/ Do you have any interface terminal (like hyper terminal but it doesn't work with hid device) so I can send a command to the device to read a register value?
    2/ Can you give some VB example codes to write and read the value of a register? It seems that communication with HID device through USB port is more complicated than through USB comport.
    3/ Give me some advises if any

    Thanks in advance