Moh Posted July 21, 2003 Posted July 21, 2003 How to Access the parallel port form VB.Net? can I find functions like OutPort() and InPort()? Quote
*Gurus* Derek Stone Posted July 22, 2003 *Gurus* Posted July 22, 2003 You'll need to create a file handle to access the port using the API function [api]CreateFile[/api]. Then use the returned handle to instantiate a [msdn=System.IO.FileStream]FileStream[/msdn]. Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.