CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Lpt1

  1. #1
    Join Date
    Jun 2002
    Posts
    1

    Lpt1

    Ho can i get the adress of my LPT1 interface??

  2. #2
    Join Date
    May 2000
    Location
    Washington DC, USA
    Posts
    715

    Depends upon your platform..

    Depends upon what you want to do with it and what platform your on. But typcially you can treat lpt1 as a file and open it with fopen fclose. Least you can in Unix.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured