How to send data to parallel port?

paul_heru

Member
Joined
Sep 27, 2005
Messages
14
Programming Experience
Beginner
I have a dot matrix printer (lx300), and my question is how to send data to parallel port from VB .net program, because the printer using raw format data to set the output?, anyone can help me ?
 
sunnypalsingh said:
Using the giveIO driver will greatly simplify your life.
After installing giveIO from your application you can just use the standard IO calls inport and outport.

http://www.littlesounddj.com/awkiawki/index.cgi/GiveIO

But I still want to send data without installing any addition driver, but thanks for the help bro, any other can help me please, thanks before
 
As far as i know there's no built-in library in .NET to access the parallel port
You need to use some third-party library/driver

Let's wait for other replies also
 
sunnypalsingh said:
As far as i know there's no built-in library in .NET to access the parallel port
You need to use some third-party library/driver

Let's wait for other replies also

ok, thanks palsingh
 
Back
Top