我正试图从A& D的UA-651-BLE获取Blood Presure数据。
首先,在使用Qt开发C ++应用程序之前,我正在尝试通过Gatttool来完成这项工作。 设备是成对的,我可以连接我的电脑,目的是读取值。
但如果我认为好,要阅读血压数据,我需要允许指示&通知。 我怎么能这样做?
非常感谢您的回复,我真的需要帮助!
答案 0 :(得分:0)
感谢Kaylum,我现在能够阅读我想要的内容:
[View setUserInteractionEnabled:YES];
[View addTarget:self action:@selector(GoButton:)forControlEvents:UIControlEventTouchUpInside];
- (void)GoButton:(id)sender
{
NSLog(@"pressed");
}