CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13
  1. #1
    Join Date
    Jan 2015
    Posts
    7

    Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Good evening everyone,


    I would like to simulate C ++ a modem which all AT
    Commands answered with ok or ring or connect.

    The tool should listen on a virtual COMport like com2 and then respond like a real modem to the following commands as follows:

    ATDT Nummmer: CONNECT

    AT: OK

    And it should be able to generate the RING message.

    Can someone post a link to a software which will do exactly this?

    Thanks alot

  2. #2
    Join Date
    Jan 2015
    Posts
    7

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Are there no ideas?

  3. #3
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,825

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Can someone post a link to a software which will do exactly this?
    Have you tried googling for such software?
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  4. #4
    Join Date
    Jan 2015
    Posts
    7

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Yes but i coudnt gut the richtig results

  5. #5
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    google "virtual modem"

  6. #6
    Join Date
    Jan 2015
    Posts
    7

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    I did that but i coudnt get good results

  7. #7
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,825

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  8. #8
    Join Date
    Jan 2015
    Posts
    7

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Yes but i dont know how to compile it

  9. #9
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Did you try to download the whole solution and then open the VirtualSerial.sln in VS IDE?
    Victor Nijegorodov

  10. #10
    Join Date
    Jan 2015
    Posts
    7

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    I didnt have this Program on my computer

  11. #11
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    Quote Originally Posted by modemm View Post
    I didnt have this Program on my computer
    No Visual Studio installed?
    then down
    load and install at least the VS 2010 Express!
    Victor Nijegorodov

  12. #12
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,825

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK

    I would like to simulate C ++ a modem
    Which c++ compiler are you using?
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  13. #13
    Join Date
    Jan 2015
    Posts
    7

    Re: Looking for a Modemsimulator which supports AT commands RING CONNECT and OK


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