CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 1999
    Posts
    21

    help with parallel port! (please)

    May be somebody knows ActiveX or something else (or how to do it without writing Vxd) for receiving data from parallel port?
    The task is to receive data from two or three devices connected to LPT ports at the same time.
    Thanks, Julia


  2. #2
    Guest

    Re: help with parallel port! (please)

    Have you tried _inp()?

    Jiasheng


  3. #3
    Join Date
    Jun 1999
    Posts
    21

    Re: help with parallel port! (please)

    Yes, I've tried to do it, but, at first, I should do it under NT and, at second, I lose some data because of Windows's multitasking (mó cheerful device sends its data continiously).

    Julia


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