CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2006
    Posts
    9

    Smile at commands in vb 6

    how can i execute AT Commands to be sent to a GSM modem through vb 6? can i see a sample code?.. i really dont have the slightest idea.. thanks in advance.

  2. #2
    Join Date
    Oct 2006
    Posts
    9

    Question Re: at commands in vb 6

    thanks for any help.

  3. #3
    Join Date
    Oct 2006
    Location
    slavia
    Posts
    42

    Re: at commands in vb 6

    i have a code here, maybe it can be a little help to u.
    the principe goes the same with serial programming...

    u need to know about Microsoft Comm Control (From Project-> Components)
    http://msdn.microsoft.com/library/en...asp?frame=true

    if u still have doubt just ask


    rgrds,

    szpilman
    Attached Files Attached Files

  4. #4
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: at commands in vb 6

    There was some thread a couple of weeks ago.
    Search the forum for "sending sms", there we got an SMS modem running using AT commands.

  5. #5
    Join Date
    Oct 2006
    Posts
    9

    Re: at commands in vb 6

    Quote Originally Posted by szpilman
    i have a code here, maybe it can be a little help to u.
    the principe goes the same with serial programming...

    u need to know about Microsoft Comm Control (From Project-> Components)
    http://msdn.microsoft.com/library/en...asp?frame=true

    if u still have doubt just ask


    rgrds,

    szpilman

    thanks for the file. hope i can ask again if something goes wrong. thanks a bunch.

  6. #6
    Join Date
    Oct 2006
    Posts
    9

    Re: at commands in vb 6

    Quote Originally Posted by WoF
    There was some thread a couple of weeks ago.
    Search the forum for "sending sms", there we got an SMS modem running using AT commands.
    thanks for the tip.

  7. #7
    Join Date
    Jun 2002
    Location
    Bangalore
    Posts
    42

    Re: at commands in vb 6

    Quote Originally Posted by szpilman
    i have a code here, maybe it can be a little help to u.
    the principe goes the same with serial programming...

    u need to know about Microsoft Comm Control (From Project-> Components)
    http://msdn.microsoft.com/library/en...asp?frame=true

    if u still have doubt just ask


    rgrds,

    szpilman

    Hi,

    I should connect the modem with land line phone right ?
    Please help...
    Benny C A
    Al Ain, UAE

  8. #8
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: at commands in vb 6

    If you have a Std Modem then it will use the land line, however from your first post this is a GSM Modem ???

    GSM Modem's dont use a land line .. they use a GSM Sim card and arial to connect via the cell network towers...

    Gremmy..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

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