|
-
April 19th, 1999, 03:58 AM
#1
parallel port
How can i access parallel port in VC++ and/or VB?
thanks
Hello World!!!
-
April 19th, 1999, 05:30 AM
#2
Re: parallel port
All below refers to VC++
You can acess it like any other I/O device like serial port for example.
You should open port using OpenFile function giving "LPT1" as one of the arguments and then use ReadFile to read data from port.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|