Results 1 to 2 of 2

Thread: Basic communicating with parallel port

  1. #1

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Basic communicating with parallel port

    Can QBasic communicate with the parallel port directly? Easily?



    Has someone helped you? Then you can Rate their helpful post.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Basic communicating with parallel port

    You can output directly to it (in QB45)

    VB Code:
    1. OPEN "LPT1:" FOR OUTPUT AS #1 ' Opens the Basic Device
    2.  
    3.  
    4. OPEN "LPT1:" FOR OUTPUT AS #1 ' Opens the DOS Device

    I haven't tried Input, or I/O access.
    It does have something about communicating with a driver, also
    Last edited by dglienna; Apr 21st, 2005 at 02:01 PM.

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