我正试图从A&D那里获得UA-651-BLE的血压数据。
首先,在使用Qt开发C++应用程序之前,我正努力完成这项工作,这要感谢Gatttool。这个设备是对的,我可以连接我的电脑,目的是读取值。
但是如果我认为好的话,为了阅读血压数据,我需要允许指征和通知。我怎么能这么做?
非常感谢你的回复,我真的需要帮助!
发布于 2016-03-14 10:17:54
谢谢凯伦,我现在能读到我想读的东西了:
gatttool -b <mac_address> -I //to start the tool in interactive mode. Then connect from the prompt to connect to the device. Then
char-write-req <CCC handle> 02https://stackoverflow.com/questions/35841597
复制相似问题