
how to access a serial port (e.g. COM1) from VBA for read and write?
If you are going to communicate with a Device on COM1 from VBA, think about
going through the COMMS control. Even talking to a device directly through a
driver (let alone directly without) is hairy.
--
For Outlook and VB Experts: http://escapecoms.homestead.com
*****************************************************************
Visit our new DOT NET ZONE for all that's hot!
<http://www.vbug.co.uk>
****************************************************************
Quote:
> Hi,
> does anybody know, how to access a serial port with VBA, e.g. to
communicate
> with a modem?
> thanks,
> Christoph