
Data collection from a scientific instrument
Quote:
>and I need to write a program that can collect data from an instrument
>(for example Spectrophotometer) through the port. I did not find anything
>that could indicate me how to start with visual basic.
>Is there a specific VBX or dll for this kind of communication ?
It depends the instrument must support some sort of RS232 comms then
it is possible. However you must determine what protocols are used.
If its Modbus or similar there are VBX's available. Otherwise you may
have to write your own driver. This maybe possible with the
MSCOMM.VBX that ships with VB3 if its fast enough . You will have to
find out what the data means by either the manufactures information or
a protocol analyser.