Dial mobile phone via C# program

后端 未结 3 1988
陌清茗
陌清茗 2021-01-12 05:39

I m trying to Dial mobile phone via C# program. Below Show my Program. In this, When i Click my Dial Button it dial the number(Destination number) which i given in my progra

3条回答
  •  失恋的感觉
    2021-01-12 05:52

    Increase your BaudRate to max and use this AT Command:

    ATD = DestinationNumber;
    

    This will not work with out ; as the system will think you are taking a data call and not a voice call.

提交回复
热议问题