专注收集记录技术开发学习笔记、技术难点、解决方案
网站信息搜索 >> 请输入关键词:
您当前的位置: 首页 > Wireless

wavecom 2687 cann't send sms in application!该怎么解决

发布时间:2010-06-14 16:48:59 文章来源:www.iduyao.cn 采编人员:星星草
wavecom 2687 cann't send sms in application!
Hi to all

I have a very weird problem: I can send sms in shell ,by AT+CMGS.And i receive sms in application,but i cann't send my sms in application!
there are two method i used in my application.
1、call adl_smsSubscribe,then adl_smsSend,but in my ctrl_Handler,it print : ADL_SMS_EVENT_SENDING_ERROR

2、adl_atCmdCreate("AT+CMGS=\"+86159xxxxxxxx\"",false,SendSMS,"",NULL);

  bool SendSMS(adl_atResponse_t *paras)
{
  if(adl_atCmdSendText(paras->Dest,"test thanks!!!\x1A"))
{
TRACE((1,"send sms ok"));
}
else
TRACE((1,"send sms ERROR"));
}

it says that the Dest isn't aviliable!

I think it isn't the code's problem,is there any configuration in my hardware?thanks a lot!



------解决方案--------------------
友情up
祝你好运
友情提示:
信息收集于互联网,如果您发现错误或造成侵权,请及时通知本站更正或删除,具体联系方式见页面底部联系我们,谢谢。

其他相似内容:

热门推荐: