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
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.
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.