output data using a port in VB - TechRepublic
General discussion
May 16, 2001 at 03:17 AM
tu_uribe

output data using a port in VB

by tu_uribe . Updated 25 years, 1 month ago

I used to send data by computer ports using Qbasic.

OUT (port), (data)to write, and B=INP(port) to read from the port.
could somebody tell me how can I do this using Visual Basic?

This discussion is locked

All Comments