PORTS Forum

Ports and Interfaces => Parallel Port => Topic started by: chanaka on September 30, 2011, 03:48:31 am

Title: Parallel Port
Post by: chanaka on September 30, 2011, 03:48:31 am
How can I write a bit to the parallel port using visual basic 6
Title: Re: Parallel Port
Post by: Jan Axelson on September 30, 2011, 10:13:36 am
Read the current contents of the port register, use logic operators to change the bit you want, and write the value back out to the register.

Jan