serial port

C

Chip Pearson

How can i use System.IO.Ports in excel 2007?
Thank you

You'd need to use VSTO (Visual Studio Tools For Office) SE to create a
NET-enabled workbook or add-in, and from there you'd be able to use
the NET BCL. You can't use NET directly within an Excel workbook.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)
 
T

Thomas Lutz

There is a product called WinWedge that is an excellent tool for both
sending and receiving data through a serial port from an Excel
workbook. For more information please visit: www.taltech.com
 
Top