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

    From USB Multimeter to Excel table

    Hi all!

    I need a C++ guru to help me in making a programme in C++ which will be able to take more than one measurement result from Multimeter connected via USB and write it to Excel table.

    Operating system is Windows.

    Does anyone have an idea how it can be done?

    Thank you in advance

  2. #2
    Join Date
    Feb 2009
    Location
    India
    Posts
    444

    Re: From USB Multimeter to Excel table

    You can use MFC to build the UI.

    You have to enumerate USB devices to identify your device.
    Look at the usbview sample in the Windows Driver Kit.

    Finally you need excel automation to output to excel.
    «_Superman
    I love work. It gives me something to do between weekends.

    Microsoft MVP (Visual C++)

  3. #3
    Join Date
    Nov 2009
    Posts
    2

    Re: From USB Multimeter to Excel table

    Are you willing to do it?

    How much would you charge for writing this programme?

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