Results 1 to 2 of 2

Thread: Printing through parallel port

  1. #1

    Thread Starter
    Member VbAndersonic's Avatar
    Join Date
    Aug 2001
    Location
    Derby, UK
    Posts
    58

    Angry Printing through parallel port

    I am developing a POS application and instead of using the Printer object I need to send data directly to the printer using the parallel port. Someone said it was:

    [VBOCDE]Open "LPT1:" for output as #1
    print #1, Data
    close #1[/Highlight]

    This just locks up my WinME machine. I am new to the subject so if you could provide links to tutorials/articles etc I would be very grateful. Thanks for reading this!

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    As far as I know you can use the MsComm control for this ...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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