使用BleDriver.NET for BLED112设备获取响应超时异常

时间:2016-12-19 07:29:23

标签: bluetooth bluetooth-lowenergy

我正在尝试使用C#驱动程序接口与B​​LED112设备通信: https://github.com/ahouben/BleDriver.NET

调试时我可以确认我能够成功建立与BLE设备的连接。

但是当我调用方法ble_cmd_system_get_info时,我得到了 响应超时消息。

以下是我遇到问题的路线:

 if (!m_waitHandleResponse.WaitOne(5000))
 {
    throw new BgApiException("Response timeout");
 }

我试图增加超时时间,但没有帮助。

我正在使用Windows 7环境。

0 个答案:

没有答案