Can I read the output of my sensors from command line?
I saw on another post a user doing cat /dev/ttyS0 | sed -n 's/^pwr sensorid:\(0*\)\(.*\)/\2/p' but that require the stop of the flukso service and I am trying to avoid that.... Any other way?
TIA!
logread | grep pulse
is it not ok ?
Sem,
Perfect. That's exactly what I was looking for.
Thanks!