“错误:电话报告一般通信错误或语法错误。 (GsmComm.GsmCommunication.CommException)”
我正在使用 gsmComm 库检查示例代码,我的调制解调器是诺基亚 5130 Xpressmusic 调制解调器,并且连接已成功完成,但是当我尝试发送短信时..我收到此消息
“错误:电话报告一般通信错误或语法错误。” GsmComm.GsmCommunication.CommException)”
有什么问题?http://www.codeproject.com /KB/cs/SMS.aspx 还有其他代码吗...
i was checking the sample code with gsmComm library, my modem is nokia 5130 Xpressmusic modem and the connection was done successfuly but when i tried to send a SMS .. i got this message
"Error: Phone reports generic communication error or syntax error. (GsmComm.GsmCommunication.CommException)"
what's the problem ?http://www.codeproject.com/KB/cs/SMS.aspx
is ther any other codes ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需确保您的端口与连接手机的端口相同即可。一种方法是转到设备管理器并检查 COM 端口,其中列出了您的手机名称。如果该端口是 COM14 假设然后尝试在 COM15 处连接
Just make sure that your port is same where you have connected your mobile phone. one method is go to device manager and check COM Port that which PORT is listed there with your phone name. if that port is COM14 let suppose then try to connect at COM15