
Read and Write to Serial Ports?
Hi,
I am not sure about the 16 bits version, but you may try MSCOMM.OCX (coming
with VB), just be carefull with the version in order to support 16 bits.
Interesting, those activeX control allow you to program "on event", rather
that polling the port continuously.
Another alternative, is to run an old DOS program and you communicate to it
through files (?) if this is possible (and acceptable for the use you make
of it).
Hope it may help,
Vanderghast, Access MVP.
Quote:
>I need to write an application that communicates with a cloth yardage
>counter over a RS232 interface. Will I have to buy a third party
>communication library for this? I currently have Access 2.0 but will
>upgrade if it will help.