parallel port

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chinnari
    New Member
    • Mar 2007
    • 1

    parallel port

    i need to send data to parallel port from an electronic circuit .. i must use LPT1(0x378-0x37F) . i am using EPP mode .please send me the required program in 'C'
  • Ganon11
    Recognized Expert Specialist
    • Oct 2006
    • 3651

    #2
    Please don't double-post your questions. The second thread has been deleted.

    Comment

    • horace1
      Recognized Expert Top Contributor
      • Nov 2006
      • 1510

      #3
      Originally posted by chinnari
      i need to send data to parallel port from an electronic circuit .. i must use LPT1(0x378-0x37F) . i am using EPP mode .please send me the required program in 'C'
      how easy this is depends on the operating system - using DOs or Win85/98 was fairly simple because you could access the hardware directly, e.g.
      http://electrosofts.co m/parallel/
      http://www.logix4u.net/parallelport1.h tm

      with more modern operating systems it is more complex as they tend to restrict direct access to hardware IO ports e.g. have a look thru the links on this page
      http://www.lvr.com/parport.htm

      Comment

      Working...