Grabbing data from my motherboard thermistor?

Oleg Broytmann phd at phd.pp.ru
Fri May 24 13:17:09 EDT 2002


On Fri, May 24, 2002 at 12:07:38PM -0500, Gustavo Cordova wrote:
> You need a device driver to read the data from the thermistor;
> that driver must make that information available to userland
> programs; which in turn should be able to read the info from
> some kind of device file or pseudo-file (like unix's "/dev/*" files)

   In Linux, those devices usually put their information in /proc
filesystem in a way that looks like pretty standard text files - open,
read, parse, that's all.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list