Serial communications

D

Don W.

Is there any way to access a serial communications port (com1) using VBA?

I'd like to create a module in Excel to retrieve data from a bar code
reader via the com port.

Don W.
 
T

TC

AFAIK, you just open & read from it using the win32 APIs CreateFile &
ReadFile respectively.

If the other answer does not help, googling on something like this
might get you started:

createfile "declare function" port

HTH,
TC
 

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