Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Using serial debug port to communicate

628 bytes added, 09:42, 5 September 2013
See also
= Setting up your serial debug session using screen =
== Overview ==
Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). More information at [[http://www.gnu.org/software/screen/manual/screen.html Kermit man page]].
== Setting up connection==
To quickly connect to a board using Gnu Screen, execute the following:
<pre>screen /dev/ttyS0 115200 See: http:<//www.gnu.org/software/screen/manual/screen.html pre>
= Setting up your serial debug session using minicom =
== Overview ==
Minicom is a communication program which somewhat resembles the shareware program TELIX but is free with source code and runs under most unices. Features include dialing directory with auto-redial, support for UUCP-style lock files on serial devices, a separate script language interpreter, capture to file, multiple users with individual configurations, and more.
== Setting up connection==
Start minicom on your host machine in configuration mode. As root:
*[[Using SSH to communicate]]
*[[Using USB ethernet gadget to communicate]]
*[[Using_IGEP_WLAN_to_communicateUsing IGEP WLAN to communicate]]
[[Category:UART]]
0
edits