Results 1 to 3 of 3

Thread: comm ports

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2002
    Location
    Central US
    Posts
    183

    comm ports

    Just a quick question!
    Is the use of comm ports and printer port to hard for a Beginner ??? I have an Eeprom Programmer that I would like to write a Windows interface for.
    Thanks!!

  2. #2
    Junior Member fanhung2001's Avatar
    Join Date
    May 2002
    Location
    The capital of Vietnam
    Posts
    19

    Smile

    try to use MSComm control in VB...
    HP

  3. #3
    Frenzied Member pnish's Avatar
    Join Date
    Aug 2002
    Location
    Tassie, Oz
    Posts
    1,918
    I don't believe VB provides any native support for accessing the parallel ports other than accessing them as files, ie Open LPT1: For Output As #1 etc. You can then write data directly to the LPT port using the normal file I/O statements eg, Print #1, ...blah blah

    On the other hand, the MSComm control that comes with VB gives you good access to the serial ports. If you're reasonably familiar with RS232 concepts, you shouldn't have too much trouble using this.

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