Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Automatically filling cell with data from COM port

Is it possible to write a script for Excel that will automatically populate
a cell with data received from the COM port?

I have a timer which sends timing data to the COM port (as ascii text) via a
serial cable, and would like to have these times automatically inserted into
a cell in an excel spreadsheet.

Any help would be greatly appreciated.


Regards,

William Loring
The Tire Rack

  #2   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default Automatically filling cell with data from COM port

http://www.google.com/groups?as_q=rs...&num=100&hl=en


--
John
johnf 202 at hotmail dot com


"William Loring" wrote in message ...
| Is it possible to write a script for Excel that will automatically populate
| a cell with data received from the COM port?
|
| I have a timer which sends timing data to the COM port (as ascii text) via a
| serial cable, and would like to have these times automatically inserted into
| a cell in an excel spreadsheet.
|
| Any help would be greatly appreciated.
|
|
| Regards,
|
| William Loring
| The Tire Rack
|
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default Automatically filling cell with data from COM port

Excel makes it extremely difficult to do serial communications. You
would need to write some very complex code calling Windows API
functions in order to do serial I/O. You may be able to use a serial
communications ActiveX control however you would still need to write
quite a bit of code to get it to work the way you require.
If you want to read in simple text strings directly into Excel, then
almost certainly the easiest thing to do would be to get a tool that
is designed specifically for the job.
I would recommend that you take a look at a product called WinWedge
at:
http://www.taltech.com/products/winwedge.html
The Standard Edition of WinWedge should do everything that you need
and it should have you up and running very quickly with litle or no
code required.


On Tue, 06 Apr 2004 14:21:36 -0500, William Loring
wrote:

Is it possible to write a script for Excel that will automatically populate
a cell with data received from the COM port?

I have a timer which sends timing data to the COM port (as ascii text) via a
serial cable, and would like to have these times automatically inserted into
a cell in an excel spreadsheet.

Any help would be greatly appreciated.


Regards,

William Loring
The Tire Rack


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Filling Data automatically teach1 Excel Discussion (Misc queries) 1 April 23rd 08 01:37 PM
filling in data automatically Kevin Excel Discussion (Misc queries) 4 March 24th 08 03:36 AM
Filling a cell automatically when data is put in another cell. Alex s Excel Worksheet Functions 3 December 9th 06 06:52 PM
Filling a cell automatically when data is put in another cell. Ken Wright Excel Worksheet Functions 0 November 30th 06 07:41 AM
Automatically filling in data ShaunR1967 Excel Discussion (Misc queries) 1 March 22nd 06 05:35 PM


All times are GMT +1. The time now is 12:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"