Quote:
>I'm looking for information on how to peek and poke into the serial ports.
I'm
>specifically looking for code that will send a (byte/bit) to the port and
then
>to read the result from the port. Can someone help???
>Thanks.!! Chris
In VBDos (as in Quickbasic) you can use INP and OUT to send a byte to a port.
You need to specify port address in the statement. In
Visual Basic for Windows
it is possible to do the same thing with MS Comm control but is more
complicated...I have stuck to DOS!
David Murrell