Click here to Skip to main content
15,741,818 members
Please Sign up or sign in to vote.
2.50/5 (4 votes)
See more:
I don't have Parallel port on my laptop but I need to light LEDs. I'm already doing the code but can't test it due to the above reason. Kindly hand me some help with this. Thanks and I will appreciate all the help you would give!
Posted

It depends on your OS. You may find some useful info here Parallel Port Central - Programming[^].
 
Share this answer
 
You can start by not writing that code. Parallel ports are not for driving LED's and you can blow the port up if you don't know what you're doing, which, let's be honest here, you don't.

Start with hardward that is more affordable to blow up, like something designed for the job.

You can check out Phidgets.com[^] for a PhidgetsInterfaceKey (look under I/O boards)

Or, if you're so inclinde to build a little hardware and teach yourself some digital electronics, a Netduino[^], or Arduino[^]. The difference here is that a Netduino runs the .NET Micro Framework and the Ardunio doesn't.
 
Share this answer
 
The velleman K8055 USB interface card comes with sample VB.NET software examples (and several other languages).
It's fairly cheap and robust. There's also the VM167 unbuffered version. Again, with sample code.

They'll give you digital, analogue, PWM I/Os etc.

For the record though, until I got a K8055, I used the parallel port for everything and even now I still run a sound to light LED array from it. I've abused the port on every machine I've owned for many years and never damaged one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900