Medical Instrument interface

T

Thread Starter

Tawat

How to connect medical instrument with PC for use my application? I want to use Comm control in VB6 to interface instrument by serial port (com port). In case I want to transfer my data to instrument and then it completion work it transfer data from testing to my database.
 
R

Ranjit Nambiar

I would suggest you to use LabVIEW, it can be done very easily. and moreover there are already a lot of VI available which communicates to a set of medical equipments.

Ranjit
 
F
First you need to know how your equipment communicates, for example, does it blindly send out information on the port or do you have to pole the device for data? How is the data packed? Is there software or hardware handshaking? How about error checking? These are things that you may find in the equipment's documentation or you may have to contact the manufacturer and beg for it. One you have and understand this information you're half way there.
 
Top