Com port samples on Access VBA

A

AX

Comm32 is compatible with MSComm in that it uses the same property names,
methods and syntax which means that you can quickly add Comm32 to a VB6
project in place of MSComm32 without needing to change any of your code or
learn any new syntax. (also works for other languages with minor syntax
changes.)


The website at www.comm32.com has vb and MS Access vba samples showing how
to read and write com ports using the Comm32 control
 
T

Tony Toews [MVP]

AX said:
Comm32 is compatible with MSComm in that it uses the same property names,
methods and syntax which means that you can quickly add Comm32 to a VB6
project in place of MSComm32 without needing to change any of your code or
learn any new syntax. (also works for other languages with minor syntax
changes.)


The website at www.comm32.com has vb and MS Access vba samples showing how
to read and write com ports using the Comm32 control

Or see the Serial Port Communications page at my web site.
http://www.granite.ab.ca/access/serialport.htm which includes links
to sample code which you can drop into your Access/VB6 project without
requiring any external control.

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/
Granite Fleet Manager http://www.granitefleet.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top