Results 1 to 2 of 2

Thread: MSCOMM and VB V6 Learning Edition

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    1
    I am currently using VB V6 Learning Edition. Unfortunately, the Learning Edition does not come with the MSCOMM control which lets you communicate with a COM port. Does anyone know what other functions are available in VB V6 Learning Edition that will let me communicate with the COM port.
    Regards,
    vbman7

  2. #2
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553
    Yes: none!
    But their are other solutions:
    1) use API instead of the OCX
    2) use a 3rd party DLL like VBIO.DLL to handle serial and parallel IO

    The API is very difficult to implement if you are a beginner. I don't know any link for the moment, but try perhaps: http://www.vbapi.com or http://www.allapi.net

    The 2nd solution is to use the internal registers (like i.e. 03F8h, 03F9h, ...). But if you don't know what these registers do, then...

    Perhaps it could be recommended to upgrade to the Pro version (or even Enterprise).

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