SerialModemGateway gateway = new SerialModemGateway("modem.com4", "COM4", 115200, "Wavecom", "WISMOQCDMA"); // Set the modem protocol to PDU (alternative is TEXT). PDU is the default, anyway... gateway.setProtocol(Protocols.TEXT); 这是wavecomcdma设备的网关配置写法 还有不清楚你的是wavecom什么芯片的电信设备,有些芯片默认是不支持的。自己需要改源码添加对应的指令进去,开源包在这里可以下载到自己去改即可http://www.inextera.com/thread-1216-1-1.html下载开源工程,改好自己重新封装调用。 smslib使用cdma的惯用指令有这么几个自己去了解下吧 http://www.inextera.com/thread-1403-1-1.html |
你好,是支持的,出错是你选择错了设备类型,你的是什么猫? |
不好意思 图片发错了 |