logo elektroda
logo elektroda
X
logo elektroda

How to Control PC Parallel Port for Infrared Electronic Lock Project?

54 39
ADVERTISEMENT
  • #31 21665968
    Mark Harrington
    Anonymous  
  • ADVERTISEMENT
  • #32 21665969
    Mark Harrington
    Anonymous  
  • #33 21665970
    Mark Harrington
    Anonymous  
  • ADVERTISEMENT
  • #34 21665971
    Eugene Lisovy
    Anonymous  
  • ADVERTISEMENT
  • #35 21665972
    Mark Harrington
    Anonymous  
  • #36 21665973
    Mark Harrington
    Anonymous  
  • ADVERTISEMENT
  • #37 21665974
    Steve Lawson
    Anonymous  
  • #38 21665975
    Mark Harrington
    Anonymous  
  • #39 21665976
    George James
    Anonymous  
  • #40 21665977
    Mark Harrington
    Anonymous  

Topic summary

The discussion addresses controlling PC parallel ports for an infrared electronic lock project. Key challenges include limited direct access to parallel ports on modern Windows OS (especially XP and later), requiring special drivers or registry modifications such as disabling LPT polling via the registry key "DisableWarmPoll". Many users report difficulties with parallel port interfacing due to OS restrictions and driver issues, leading to recommendations to use serial ports or USB interfaces instead. USB-to-serial or USB-to-TTL converters (e.g., FTDI chips, PL2303HX modules) are suggested as more reliable alternatives. Several tutorials and toolkits are referenced for parallel port interfacing, including resources at logix4u.net, beyondlogic.org, and eeweb.com. Programming options for GUI control include Visual Basic, Delphi, Tcl/Tk, Java (with native method calls), and C#. Some users recommend microcontroller-based solutions using PIC MCUs with RS232 level converters (MAX232C) or FTDI chips for USB communication. Registry editing advice includes backing up before changes and awareness of 32-bit vs 64-bit Windows differences. Additional ideas include integrating smart card readers, webcams, or Raspberry Pi for advanced control and networking. Overall, the consensus favors using serial or USB interfaces over direct parallel port control due to modern OS limitations and driver support challenges.
Summary generated by the language model.
ADVERTISEMENT