Hellllo!

Iconnect my BeagleBone to my windows laptop and i run putty to my 
BeagleBone cmd which is

root@beaglebone: 

after which i retrieve the sensor value using the code which is :

 for sensor in /sys/bus/i2c/devices/i2c-1/*/*_input; do echo -n "$(basename 
$sensor): "; cat $sensor; done 


the value I retrieve is 

lux1_input: 121
humidity1_input: 58476
temp1_input: 25297
pressure0_input: 99590
temp0_input: 250


How do I save this in a text file on my windows laptop instead?



Regards,
Tiffany

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to