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.

No comments: