serial port data acquisition

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a laboratory instrument that connects to the serial port of my PC. Is it possible to program Excel to collect the data coming into the serial port and plot it in real time? How do I get started with this?
 
jgseas,

If you have the Microsoft Communications Control (MSComm32.OCX) you can
add it to a userform and then can capture data from a serial port.

HTH,
Bernie
MS Excel MVP

jgseas said:
I have a laboratory instrument that connects to the serial port of my PC.
Is it possible to program Excel to collect the data coming into the serial
port and plot it in real time? How do I get started with this?
 
Back
Top