VB and parallel port

Thread Starter

reza_aziziyan

Joined Mar 1, 2008
2
Hi
I want to send 0 & 1 (I mean logic digits) to parallel port by using visual basic, but I do not know how to control the port with visual. I wish you help me to do it.
Thanks a lot.
 

Thread Starter

reza_aziziyan

Joined Mar 1, 2008
2
Hi
I want to send 0 & 1 (I mean logic digits) to parallel port by using visual basic, but I do not know how to control the port with visual. I wish you help me to do it.
Thanks a lot.
 

beenthere

Joined Apr 20, 2004
15,819
We discourage tacking a new topic onto another posted thread. It is bad manners, and makes it hard for persons to respond to your question.

Visual Basic does not have the ability to control the state of bits in the parallel port. You will have to choose another language that has the ability. X Basic is freeware, but does not have a GUI interface.
 
Top