Serial port interface

T

TAV

I would like to take data from a device connected to the RS232 port and
import it directly to an Excel spreadsheet. Does anyone know the best way
to accomplish this?
 
G

Greg Koppel

Use the shell() function and a QBASIC program.

HTH, Greg

I would like to take data from a device connected to the RS232 port and
import it directly to an Excel spreadsheet. Does anyone know the best way
to accomplish this?
 
T

Thomas Lutz

The easiest way to get serial data into an Excel spreadsheet would be
to use a 3rd party tool like WinWedge from TALtech.
WinWedge is an executable program that runs in the background and
feeds serial data directly to other programs either by stuffing the
keyboard buffer or by passing the data to other programs using Dynamic
Data Exchange (DDE). It also supports sending data out a serial port
as well.
For more information about WinWedge please visit:
http://www.taltech.com/products/winwedge.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top