Ask a questionAsk a question
 

AnswerUSB interface

  • Monday, July 06, 2009 12:22 AMRallming Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have a device connecting to my computer through USB. The heart of the device is a PIC chip, and it sensors temperature from a oven and sends the value back to PC. I can display the temperature data on the hyperterminal of my computer, but can't catch it. Is there anyway I can build a VB project to record the temerature data? Thank you for your reading.

Answers

  • Tuesday, July 07, 2009 2:59 PMDan PolivyMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hello,

    It doesn't sound like your device utilizes the Windows 7 Sensor platform, so I don't think we'll be able to offer you much guidance here.  If your device did provide a driver for the platform, you could use the Windows API Code Pack to get a managed interop layer that would work from VB.

    Dan

All Replies

  • Tuesday, July 07, 2009 2:59 PMDan PolivyMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hello,

    It doesn't sound like your device utilizes the Windows 7 Sensor platform, so I don't think we'll be able to offer you much guidance here.  If your device did provide a driver for the platform, you could use the Windows API Code Pack to get a managed interop layer that would work from VB.

    Dan
  • Thursday, August 06, 2009 12:47 PMDaniel Kornev [MSFT]MSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I think you first of all need to have a driver with Sensor extension in order to be able to access its data via Sensor and Location Platform API.
    Program Manager, Microsoft Corporation