Import data from COM-port in Excel

T

test

Is it possible in VBA to send a string to a COM-port,and then listen
to the bytes send back?

I have a "device" that listens to a certain string (via a virtual
COM-port).
As soon as it reveives this string, I can program it to send data
back.

The device is something that I can program myself.
Untill now I tried it with a simple string: I send "b" for begin to
start the data.

The data are 3 bytes in a row
And maybe a few hundreds series of these.

Any ideas?
 

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