Click here to Skip to main content
16,016,290 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody,

I would like to implement I/O Ports Uncensored - 1 - Controlling LEDs (Light Emiting Diodes) with Parallel Port (http://www.codeproject.com/KB/cs/csppleds.aspx[^]) project. I only have a laptop computer with USB connection to Printer Adapter and the project doesn't work well.

I think it maybe because the USB adapter's Parallel LPT port does not have IO address, and it can't remap to 278, 378, or 3BC legacy ISA address either.
So I can't use inpout32.dll.

How is it possible to solve this to use USB adapter's parallel port to this project?
For example if it could be solved with another .dll or other solutions are welcomed.

Thank you very much for your help.
Posted

1 solution

Hi,

you can use an adapter USB/Parallel (http://www.ldlc.com/fiche/PB00022523.html[^]) wich create a serial port and you can connect your cards

jeremy
 
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