Micro question
-
Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
If your motherboard has a temperature sensor, use the
Win32_TemperatureProbe
WMI class.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
Yes David answers to you see Win32_TemperatureProbe[^] it has example(I wanted to answer you but I dont know I had a problem)
WhiteSky
-
Hi. First, I don't know if this is the right forum to post this question, if not, sorry and someone move this post to the right forum. In the Web we can find some programs that telling you the microprocessor temperature, the fact is I don't trust in those programs, you know, spyware, risks performing low level routines, etc. So I want to write my own program to "read" the micro temperature, the question is, where should I start?. I have good skills in MFC and also I know assembly, but I can't figure where should I start?. My micro is a Peuntium 4, I think every micro is different so I'm looking for technical docs about my micro and motherboad, but all the documentation I found nothing says about routines to perform. Any comment will be appreciated. Thank you and regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
Hi Vaclav. Well, you can download Motherboard Monitor http://www.softpedia.com/get/System/System-Info/Motherboard-Monitor.shtml[^] Regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
If your motherboard has a temperature sensor, use the
Win32_TemperatureProbe
WMI class.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
Ok David, I'm going to try this, I need to read something before because is the first time I see WMI:doh:. Every day there is something new to learn:~ Thank you very much for your time. Best Regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )
-
Yes David answers to you see Win32_TemperatureProbe[^] it has example(I wanted to answer you but I dont know I had a problem)
WhiteSky
Hi WhiteSky. Reading the link you've posted....:^) Best regards.
Demian. "I have always wished that my computer would be as easy to use as my telephone. My wish has come true. I no longer know how to use my telephone." -Bjarne Stroustrup, computer science professor, designer of C++ programming language (1950- )