commit 07d1667da8f73c5a270a975076efb4a3ba13a837 parent 57c581b8cb54813bb55e0549822db400268b7382 Author: oblique <psyberbits@gmail.com> Date: Mon, 27 May 2013 16:28:19 +0300 update README.md Diffstat:
M | README.md | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -52,7 +52,14 @@ Plug a USB cable at your PandaBoard and run ## Output -I only use RS-232 Serial port for text output, so you will need `minicom`. +I only use RS-232 Serial port for text output, so you will need `minicom` +or `screen`. Run: + + minicom -b 115200 -D /dev/ttyUSB0 + +OR + + screen /dev/ttyUSB0 115200 ## License