Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 204
Default Using Hyperterminal

I have a tag reading system that can stream data to hyperterminal. Is there a
way to capture data that is going into hyperterminal and send it to excel in
realtime.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Using Hyperterminal

I assume the data is going across an ethernet and not on a RS232 connection.
the answer would be different. It also depends on the software that is
available on the tag reading system. Do you want the data to capture the
data in both directions?

If you where using an RS232 connection you could connect the RS232 line
from the tag reading system to the hyperteminal to a a 2nd connection on you
PC serial port and then write software in VBA that would open the port and
read the data into an excel spreadsheet.

If the conection is an ethernet a similar porocess would have to take place
as with the RS232 port. the Tag device would be sending the data to an
Ethernet IP address and a port number. You would have to open an ethernet
connection to the port number to get the recieve the data using VBA. It is
possible but I have never attempted to do this from VBA. You would need to
access the Win32 Dll to open the port to get the data. You would have to
find the standard ethernet port number that the tag device uses to get the
data. It isn't simple.



"NDBC" wrote:

I have a tag reading system that can stream data to hyperterminal. Is there a
way to capture data that is going into hyperterminal and send it to excel in
realtime.

Thanks

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
hyperterminal, excel, and MSComm Andrew[_56_] Excel Programming 2 January 19th 09 01:44 PM
data from hyperterminal into excel bloechle New Users to Excel 1 November 4th 05 04:26 PM
import hyperterminal value into excel MBBurtonIII Excel Discussion (Misc queries) 0 September 14th 05 04:38 PM
Linking to hyperterminal MBBurtonIII Excel Programming 0 February 7th 05 03:13 PM
Hyperterminal and Excel? plh[_3_] Excel Programming 0 September 23rd 03 04:26 AM


All times are GMT +1. The time now is 10:54 PM.

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

About Us

"It's about Microsoft Excel"