On Sun, Jan 4, 2015 at 9:17 PM, SHAO MIN <shaomin1...@gmail.com> wrote:
>
>> Hello,
>
>
> Thank you for your answer!
>
> One more question to ask you.
>
>
> I connect my BeagleBone to my windows laptop and i run putty the cmd which
> is
>
> root@beaglebone:  apperar
>
> 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?

No one has really answered this question. As there is NOT one answer..
It's trivial.

Pick a transfer protocol, "any" protocol.

Then make it work.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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