Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道有一些设备可以监测 CAPD 患者的血糖。我的问题是你知道我是否可以读取/访问这些数据吗?我计划创建一个读取这些数据的 Android 应用程序,但由于我不知道其他设备,所以我碰壁了。
您可以从许多医疗设备上读取数据,但接口不同,通信协议也不同,而且并非所有设备都支持外部数据收集。您必须逐个设备访问并为每个设备编写一个设备驱动程序。
有点像你的电脑打印机。他们可以与PC通信吗?当然可以——但是有些通过 USB 连接,有些通过 PS2,有些通过 LAN,有些通过 Wifi,几乎所有这些都需要设备驱动程序才能“交谈”。