Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default EXCEL 2007 / RS 232

Hallo,

on my computer I run the German version of EXCEL 2007 together with Windows
XP Pro / SP2. I would like to use RS 232 to copy data from measurement
instruments to EXCEL sheets.

I am familiar with VBA and C++, however, I do not have any knowledige on RS
232 programming:

- my most favourite approach would be a fully functional source code which
I could use as an example and which I can adapt to my needs. Could be a VBA
source code or a DLL / XLL which runs together with EXCEL 2007.

- second option would be a book or any suitable web page that I could use to
learn RS 232 programming.

Thank you for any suggestion!

Best regards,
Christian Lehmann


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default EXCEL 2007 / RS 232

Hi Christian,

A Google search for "excel" and "rs232" gives thousands of hits.

Here's one:

http://www.windmill.co.uk/rs232.html

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Christian Lehmann" wrote in message ...
| Hallo,
|
| on my computer I run the German version of EXCEL 2007 together with Windows
| XP Pro / SP2. I would like to use RS 232 to copy data from measurement
| instruments to EXCEL sheets.
|
| I am familiar with VBA and C++, however, I do not have any knowledige on RS
| 232 programming:
|
| - my most favourite approach would be a fully functional source code which
| I could use as an example and which I can adapt to my needs. Could be a VBA
| source code or a DLL / XLL which runs together with EXCEL 2007.
|
| - second option would be a book or any suitable web page that I could use to
| learn RS 232 programming.
|
| Thank you for any suggestion!
|
| Best regards,
| Christian Lehmann
|
|


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default EXCEL 2007 / RS 232

The quickest and easiest way to get data from RS232 devices directly
into Excel is to use a 3rd party tool like WinWedge from:
www.TALtech.com

Excel does not provide direct support for RS232 communications however
you can use the VBA macro language in Excel to write code that reads
in data from a serial port. Unfortunately the code is fairly complex
to implement and it does not give you real event-driven I/O. Another
way to do things is to use a good serial communications ActiveX
control like the MSComm control that comes with Visual Studio 6 (or an
equivalent serial communications ActiveX) ActiveX controls would be
much simpler to use although you still have to write a little code.


On Sat, 16 Feb 2008 12:02:46 +0100, "Christian Lehmann"
wrote:

Hallo,

on my computer I run the German version of EXCEL 2007 together with Windows
XP Pro / SP2. I would like to use RS 232 to copy data from measurement
instruments to EXCEL sheets.

I am familiar with VBA and C++, however, I do not have any knowledige on RS
232 programming:

- my most favourite approach would be a fully functional source code which
I could use as an example and which I can adapt to my needs. Could be a VBA
source code or a DLL / XLL which runs together with EXCEL 2007.

- second option would be a book or any suitable web page that I could use to
learn RS 232 programming.

Thank you for any suggestion!

Best regards,
Christian Lehmann

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
Excel 2007 files not showing on screen when opened in Excel 2007 [email protected] Setting up and Configuration of Excel 1 January 8th 09 05:45 PM
Conflict in excel 2007 with Outlook 2007 attachment excel narnimar Excel Discussion (Misc queries) 0 December 17th 08 02:02 PM
Labels: Unable to import all records Excel 2007 to Word 2007 Mailm skelly Excel Discussion (Misc queries) 1 October 29th 08 11:22 PM
Excel 2007 Macro Help (Excel 2003 not working in 2007) Pman Excel Discussion (Misc queries) 4 May 29th 08 06:29 PM
Deploying Excel 2007 VBA Project in an Office 2007 Standard enviro dsimcox Excel Programming 1 February 8th 08 03:27 PM


All times are GMT +1. The time now is 05:32 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"