Author Topic: Parallel Port  (Read 13078 times)

chanaka

  • Member
  • ***
  • Posts: 3
Parallel Port
« on: September 30, 2011, 03:48:31 am »
How can I write a bit to the parallel port using visual basic 6

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Parallel Port
« Reply #1 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