Hi to all
When I do:
/usr/bin/digitemp_DS9097 -i -s /dev/ttyS0 -a -o "%.2C"
I got:
DigiTemp v3.5.0 Copyright 1996-2007 by Brian C. Lane
GNU Public License v2.0 -
http://www.digitemp.comTurning off all DS2409 Couplers
Searching the 1-Wire LAN
288A6264040000A9 : DS18B20 Temperature Sensor
ROM #0 : 288A6264040000A9
23.75
And it is OK
when I do:
/usr/bin/digitemp_DS9097 -q -s /dev/ttyS0 -a -o "%.2C"
i have "null". If I log in as root it gives me temp. ttyS0 and digitemp has 777 rights to them. I need to run -q on other user as well as on root. Is it possible?