Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the shell() function and a QBASIC program.
HTH, Greg "TAV" wrote in message ... 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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 On Fri, 1 Oct 2004 13:06:24 -0700, "TAV" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I use serial comm port in Excel VB script? | Excel Programming | |||
serial port data acquisition | Excel Programming | |||
Mac Serial Port Communication | Excel Programming | |||
Excel and the Serial Port | Excel Programming | |||
serial port mscomm32.ocx in excel | Excel Programming |