User:Mysli

From eLinux.org
Jump to: navigation, search

About Myself

I'm a German BeagleBoard and Freerunner/OpenMoko user with some Linux experience. My favorit coding language is JAVA. Unfortunally I love the electronics and so I have to waste my time.. .

My code snippeds

  • Printout timestamp and USB input from Arduino board:
 cat /dev/ttyUSB0 | awk '{ print strftime("%Y-%m-%d %H:%M:%S"), $0; }'