Link to home
Start Free TrialLog in
Avatar of selim007
selim007

asked on

LPT Port Programming

i am working on a device connected to the parallel port. but its not a familiar device such as a printer or a scanner...what i need is to know how to send a desired byte to the LPT Port while programming in visual basic of course.
thanx
Avatar of Dr. Kamal Mehdi
Dr. Kamal Mehdi
Flag of Greece image

Working with the PC Parallel port is a little bit complicated using pure code.
There are some Dynamic Link Libraries (DLL's) and custom controls that enable easy access to this port as well as to the PC COM ports and any other USER port.
I can send you by e-mail a sample project that uses a DLL to access these ports. Just comment me your e-mail address.

You can also find very useful information about this subject in the following URLs:
              http://www.doc.ic.ac.uk/~ih/doc/par/ 
              http://www.senet.com.au/~cpeacock/parallel.htm 
              http://et.nmsu.edu/~etti/fall96/computer/printer/printer.html 

Regards
Avatar of selim007
selim007

ASKER

here's my email address:
skabalan@cyberia.net.lb
ASKER CERTIFIED SOLUTION
Avatar of Dr. Kamal Mehdi
Dr. Kamal Mehdi
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial