- 1、本文档共17页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
MC55 调试(国外英文资料)
MC55 调试(国外英文资料)
Lets look at MC55s GPRS for debugging
Var2 = AT + CGATT = 1; / / attach network
At_Command (var2); / / send AT command
Var2 = the AT ^ SICS = 0, conType, GPRS0; / / define network connection startup file, connection type - GPRS
At_Command (var2);
Var2 = the AT ^ SICS = 0, user, \ \ ; / / user name is empty
At_Command (var2);
Var2 = the AT ^ SICS = 0, passwd, \ \ ; / / password is empty
At_Command (var2);
Var2 = the AT ^ SICS = 0, apn, CMNET; / / mobile dream net
At_Command (var2);
Var2 = the AT ^ SICS = 0, dataType, 0; / / ISDN way
At_Command (var2);
Var2 = the AT ^ SISS = 0, srvType, socket; / / socket communication
At_Command (var2);
Var2 = the AT ^ SISS = 0, conId, 0; / / open the connection file At_Command (var2);
Var2 = the AT ^ SISS = 0, the address, \ socktcp://:23\ ;
/ / remote TCP address (BBS) and port
At_Command (var2);
Var2 = the AT ^ SISO = 0; / / open service
At_Command (var2);
Error code if youre running here, report is OK ^ SIS: 0,0,47, mean open network after a certain event remote service shut down the network,
Var2 = the AT ^ SISW = 0, 9;
At_Command (var2);
Natural writing also useless, return ^ SISW: 0, 0, OK
All sorts of network parameters are normal. Why not even
SIEMENS MC55 / MC56 module
The Siemens MC55 and MC56 wireless modules are the smallest three-frequency modules in todays market. Its compact design is particularly suited for mass-produced consumer goods such as mobile phones, Smart phones, PDAs, and other portable devices. At the same time, these two models cover all the GSM/GPRS networks in todays world and enable you to design your products for the global market. Smaller and more compact, the next generation of mobile phones, smartphones and PDAs trends. The 5.5k weight and 35 x 32.5 x 2.95 mm make the Mc55/56 module greatly improve the integration of your voice and data transfer functions to your products. Using the two modules may constitute a double frequency three patterns: MC55 is suitable for the European and
文档评论(0)