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?
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?