Saturday, January 22, 2011

Matlab tutorial

http://www.math.ufl.edu/help/matlab-tutorial/matlab-tutorial.html

Monday, January 17, 2011

Java tutorial

http://www.functionx.com/java/index.htm

And many other programming languages.

Tuesday, January 4, 2011

View the serial console on Linux

use command:
screen /dev/ttyUSB0 115200

/dev/ttyUSB0 should be the device to be watched. 115200 is the Bd rate.

To exit: ctrl+a, then press 'k'


Another method is to use "minicom"

in the minicom window, press 'L' to log to a file.