Nov 8, 2006 #1 R ranaknight Newbie level 6 Joined Jul 7, 2006 Messages 12 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 1,354 Hi, I want to learn to program the parallel port in Windows. The language can be VC++ or VB. I think I will use the Win32 APIs. But the problem is, I don't have any parallel port devices attached to my PC. Not even a printer... Any suggestions how I may go about this ? Or, do I have to buy a device, a printer or something ? Regards.
Hi, I want to learn to program the parallel port in Windows. The language can be VC++ or VB. I think I will use the Win32 APIs. But the problem is, I don't have any parallel port devices attached to my PC. Not even a printer... Any suggestions how I may go about this ? Or, do I have to buy a device, a printer or something ? Regards.
Nov 8, 2006 #2 the_risk_master Advanced Member level 2 Joined Aug 12, 2005 Messages 660 Helped 79 Reputation 158 Reaction score 19 Trophy points 1,298 Location UE+MIT, Philippines, (14°N , 120°E ) Activity points 5,514 Hi, I have build a circuit to simulate input/output signal monitor for the LPT paralle port try buiding this one, it has LEDs that indicates data pins status from LPT of your PC And heres some links for some tutorials: **broken link removed** http://www.eng-tips.com/viewthread.cfm?qid=113652&page=6
Hi, I have build a circuit to simulate input/output signal monitor for the LPT paralle port try buiding this one, it has LEDs that indicates data pins status from LPT of your PC And heres some links for some tutorials: **broken link removed** http://www.eng-tips.com/viewthread.cfm?qid=113652&page=6
Nov 8, 2006 #3 the_risk_master Advanced Member level 2 Joined Aug 12, 2005 Messages 660 Helped 79 Reputation 158 Reaction score 19 Trophy points 1,298 Location UE+MIT, Philippines, (14°N , 120°E ) Activity points 5,514 Hey, the DIP switches are for simulated input signalling, just in case you ask
Nov 8, 2006 #4 R ranaknight Newbie level 6 Joined Jul 7, 2006 Messages 12 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 1,354 thanks for the hints. the circuit diagram was especially helpful. Regards
Nov 8, 2006 #5 budhy Advanced Member level 3 Joined Oct 21, 2006 Messages 823 Helped 218 Reputation 436 Reaction score 32 Trophy points 1,308 Location Indonesia Activity points 5,225 Try this program to study Parallel Port
Nov 8, 2006 #6 R ranaknight Newbie level 6 Joined Jul 7, 2006 Messages 12 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 1,354 Hi budhy, thanks for the download. Actually I was wanting to use the Win32 APIs, like DeviceIOControl, ReadFile and WriteFile, with the Parallel Port. If you could please elaborate how to use your Parallel Port Manipulator to monitor the output of these API calls. Regards
Hi budhy, thanks for the download. Actually I was wanting to use the Win32 APIs, like DeviceIOControl, ReadFile and WriteFile, with the Parallel Port. If you could please elaborate how to use your Parallel Port Manipulator to monitor the output of these API calls. Regards