CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2014
    Posts
    35

    i want help in sending AT commands to usb modem

    i want to send commands to ZTE USB modem and receive the result with mswinsock

    i tried to send commands with

    Me.MSComm1.Output = "AT+GMM"
    MsgBox Me.MSComm1.Input

    but no result

    what is the wrong in this ???

    and what about sending commands to modem

    please help

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: i want help in sending AT commands to usb modem

    Your code needs to specify the port/speed/settings
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jun 2014
    Posts
    35

    Re: i want help in sending AT commands to usb modem

    yes,... i did COM8/9600,. and all settings

    but it seems to be wrong...

    really we want some one expert in modems and AT commands to usb modem

  4. #4
    Join Date
    Jun 2014
    Posts
    35

    Re: i want help in sending AT commands to usb modem

    Done!!

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