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

    what classes can i use to communicate with a heart beat measuring hardware?

    hello. i have a project and it involves reading values from a device that measures human heartbeats. i wonder which class(es) i can use to do so when the device is connected.
    thanks

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: what classes can i use to communicate with a heart beat measuring hardware?

    That would depend on what type of connection you are using. Need more info.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jun 2008
    Posts
    2,477

    Re: what classes can i use to communicate with a heart beat measuring hardware?

    The hardware device will determine the type of connection and the API (the data it will send/receive in a specific format). YOu need to start reading the hardware specs, but be aware that if you don't have some experience with this type of thing there is a bit of a learning curve.

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