Results 1 to 1 of 1

Thread: modems (again)

  1. #1

    Thread Starter
    Hyperactive Member jovton's Avatar
    Join Date
    Nov 2000
    Location
    South Africa
    Posts
    266

    Red face modems (again)

    Can someone with a USB, ISA, or PCMCIA (laptop) modem, please, please, please, pleeeaaase, test this class I've made? (Attached)

    I need to know if it works, because I don't have all those kind of modems.

    The class enumerates modems and the ports they are connected to.

    And IF ever someone knows if communicating with USB modem via RS232 (or MSComm) is possible, please let me know.

    I posted this, because the following thread seems to have been forgotten:

    http://www.vbforums.com/showthread.php?threadid=273454

    I thank you very much.

    Class usage:
    VB Code:
    1. Dim myME As New ModemEnumerator
    2.  
    3. If myME.Modems.Count > 0 Then
    4.     Dim mt As Integer
    5.     For mt = 0 To (myME.Modems.Count - 1)
    6.         ComboBox1.Items.Add(myME.Modems.Item(mt).Name)
    7.     Next mt
    8. End If
    Attached Files Attached Files
    jovton

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