CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2005
    Location
    Texas
    Posts
    3

    Unhappy C# Reading Data sent form USB Device

    Hello,

    I am trying to create a program that reads the data sent from a weather station to my PC via USB. the system detects it as a HID device and uses HIDUSB.SYS , HIDPARSE.SYS, and HIDCLASS.SYS drivers. This project is out of my normal asp.net corporate websites / database work. I am hoping someone here can give me some advise on how to read the data as I have been looking at different libraries and such and am now more confused that ever

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: C# Reading Data sent form USB Device

    Is there an SDK available from the manufacturer of the weather station? If so, there should be some sample code in the SDK to get you started.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured