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

    Outportb and Inportb in VB



    Is there functions like Outportb and Inportb in VB ?

    I need those functions to access a hardware that I made..

    I could use Visual C++, but I would like to use VB instead !


    thank you ..


    See my company product (see R&D section)

  2. #2
    Join Date
    Oct 1998
    Posts
    1

    Re: Outportb and Inportb in VB



    You have two viable options.

    Option 1) Jan Axelson has written a wonderful book on using the parallel port from VB titled Parallel Port Complete. To compliment her book she offers two free DLL's (on 16 bit and the other 32 bit) to use from VB that allows the inp and out commands. I have personally usd the 32 bit DLL many times and it has never failed. You can download these two DLL's free of charge from her web site http://www.lvr.com


    option 2) Bluewater Systems sells the WINRT-VB program that also gives in and out commands from VB. What I like about this program is that you can dist. applications using their controls royalty free. BlueWater Systems (425) 771-3610.


    Hope this helps

    John Iovine

  3. #3
    Guest

    Re: Outportb and Inportb in VB

    Is there such functions in VC++? I can't find them, please help me.
    I use inportb/outportb under Dos (TC++)
    need to communicate with parallel port at bit level
    Thanks.



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