Results 1 to 6 of 6

Thread: COM port handling

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2003
    Posts
    5

    COM port handling

    I need to control a device connected to my local COM port. It's a weight indicator. Application must be written in VB6. Any idea?

    Best regards,

    Ron

  2. #2
    New Member
    Join Date
    Apr 2003
    Posts
    14

    Maybe ActiveComport...

    We use ActiveComport for that. It's a toollkit for Visual Basic and Visual Basic .NET, that does all serial port stuff.

    Good tool, we distribute it with our own software. See their web site on http://www.activexperts.com/activecomport

    Regards

  3. #3
    Hyperactive Member
    Join Date
    Jun 2002
    Location
    Tulsa,Ok
    Posts
    262
    Or you could use MSComm control provided with VB 6.0 and its free.

    Take a look and let me know if I can answer any questions for you.

  4. #4
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253
    Don't suppose you know how to create and manipulate a virtual COM (serial) port?

  5. #5
    Hyperactive Member
    Join Date
    Jun 2002
    Location
    Tulsa,Ok
    Posts
    262
    I have never created one but the easiest way I could think of would be to make it a class so it would operate just like a comm port.

    What would be the purpose of the Virtual Comm Port?

  6. #6
    Frenzied Member yrwyddfa's Avatar
    Join Date
    Aug 2001
    Location
    England
    Posts
    1,253
    To mimick hardware (in particular GPS units) so . . .

    I can write test harnesses
    I can integrate external GPS with PC

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