|
-
Jul 3rd, 2001, 06:16 PM
#1
Thread Starter
Junior Member
Communicating thru LPT port
Is there a way (API maybe) to send signals to LPT port using VB, I know there is a way to send it to Serial (COM) port (using API functions), but there are only three types of signals, giving it a total of 5 variations (not counting the 0 0 0 one), or if not to LPT then to serial with possibility of frequency recognition..
-
Jul 5th, 2001, 07:01 AM
#2
There are some great interfacing/electronics resources at www.lvr.com The one relating to parallel ports is www.lvr.com/parport.htm . There is a great nifty DLL on the site here (inpout32.dll). This DLL will allow you to write/read to ports byte by byte. If you know your electronics well enough, its the best thing to communicate with custom made hardware. Basically it is the same as INP and OUT in QB.
There's a short sample with the DLL. I have also written my own demo what makes use of the DLL if you are interested.
-
Jul 7th, 2001, 01:00 PM
#3
Thread Starter
Junior Member
Thanx
Thanx Sunnyl, it was really helpful
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
|