Reading motherboard sensors with Java Device I/O

♀尐吖头ヾ 提交于 2019-12-24 00:48:31

问题


OpenJDK has the Device I/O (DIO) library, which can be used to read hardware sensors. One supported bus in the DIO library is I2C.

I have heard that desktop motherboard sensors are behind SMBus, basically a more restricted version of the I2C bus. Can I use DIO to read sensor data from my motherboard - for example, the CPU temperature?

If so, how?

来源:https://stackoverflow.com/questions/42539556/reading-motherboard-sensors-with-java-device-i-o

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!