我参考您的源代码进行了应用程序。现在应用程序可以与IOT模块连接。所以当他们连接时,它会停止闪烁蓝光。我在手机上使用系统设置检查,它可以连接IOT-DK-SFL。
但是,没有发生数据传输。我的页面加载时,我发送ConfigCommand。
sensorcontroller.shared()。sendconfigcommand(uint8(dialog_wearbatels_commmand_configuration_start))
我在SensorController.M中编写WriteValue函数中的打印线命令检查模块的结果是什么。
- (void)writeValue :( cbuuid *)serviceuid completyuiduuid :( cbuuid *)特征性数据:(nsdata *)data andresponseType :( cbecronteristictype)responseType {
cbservice * service = [self findservicewithuuduid:serviceuuid];
nslog(@“服务的结果是:%@”,服务);
如果(!服务){
nslog(@“无法使用uuid%@”,serviceuuid.uuidstring使用service);
返回;
}
结果我得到了null,表明没有从模块接收。
2018-03-01 13:09:46.385908 + 0800测试2 [8690:4104855]服务的结果是:( null)
2018-03-01 13:09:46.386004 + 0800测试2 [8690:4104855]无法使用UUID 2EA78970-7D44-44BB-B097-26183F402400
无论如何,我可以解决这个问题?
我附上了我的代码。
嗨pureform,
对不起,我们不支持iOS或Android开发,这个问题超出了这个论坛的范围。
谢谢mt_dialog.