我在WPF中使用发送带有AT命令的短信。但是当我用CMGS命令发送短信时,接收方收到的短信是Flash短信,而不是普通短信。我的代码如下:
//Check if modem allows you to send and receive SMS messages using AT commands, without the need to decode the binairy PDU field of the SMS first
rval = sp.SendCommand("AT+CMGF=1");
//set Text mode parame
我正在开发一个应用程序,可以接收短信和阅读后,发送回复短信。为此,我通过USB连接诺基亚7210 Supernova作为GSM调制解调器来显示演示。这就是我的想法。但我不知道该怎么做。有人能给我很好的指导吗?我找到了一种使用AT命令的方法。我刚刚使用这个代码片段进行了测试:我试着拨打一个号码。但电话里什么也没发生。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
我一直在尝试使用下面的代码发送短信。代码通过连接到我的系统的GSM调制解调器发送SMS。我已正确定位COM端口。但这条信息仍然不起作用。有人能找出哪里出了问题吗?这是我的代码。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.IO.Ports;
public partial class _Default : System.Web.UI.Pa