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?