Accessing ACPI system from code
-
Hi, I'm trying to find a way to access ACPI from within C#. I want to read thermal zone _TMP property. I've searched the web, and found references to acpi.sys driver. This should be able to get the thermal information, but I can't find a way how to read it. Does anyone have any experience with accessing ACPI from C#? Does anyone perhaps know of some API or so to access the ACPI info? Any help would be appreciated! Tim
-
Hi, I'm trying to find a way to access ACPI from within C#. I want to read thermal zone _TMP property. I've searched the web, and found references to acpi.sys driver. This should be able to get the thermal information, but I can't find a way how to read it. Does anyone have any experience with accessing ACPI from C#? Does anyone perhaps know of some API or so to access the ACPI info? Any help would be appreciated! Tim
I'm also searching how to get CPU's temprature via ACPI.SYS, but there is no documentation at least on MSDN. you can try to read the open source code - Linux 2.6.20 ACPI Driver .:-D