Can someone help me with the parallel port in the PC via the VB.NET?
I only want to send out some bytes, can someone post a sample or a code?
I looked all over this forum and the MSDN but could not find anything.
Thanks very much
Udi
Printable View
Can someone help me with the parallel port in the PC via the VB.NET?
I only want to send out some bytes, can someone post a sample or a code?
I looked all over this forum and the MSDN but could not find anything.
Thanks very much
Udi
You will have to use API's with your .Net code to do this.
Here's a parallel i/o interface dll you can use with your .Net code:
http://www.programmersheaven.com/zon...t723/28409.htm
Here's an example of using vb.net with a SERIAL port (best i could find)
http://www.pcplus.co.uk/media/pcplus...20world.vb.pdf