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

    Connecting the LPT1

    I need to retrieve data using the LPT1 port,I have no idea how to go about ,and I need to finish it real quick.It would be great if someone could help me on this one.

    Thanks,
    Sid


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: Connecting the LPT1

    Try this

    Open "LPT1" For Output As #1
    Print #1, VarString;


    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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