Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Using serial debug port to communicate

1,002 bytes added, 09:42, 5 September 2013
See also
'''PuTTY''' is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers. You can download it from: [http://www.putty.org/ www.putty.org]
== Setting up connection==
#Open PuTTy.
#Choose Serial line. If you are running PuTTy on Windows, the Serial line will be like (COM1 or COM2 or COM3, etc.). If you are running PuTTy on Ubuntu, the Serial line will be like (/dev/ttyS0 or /dev/ttyS1 or /dev/ttyS3, etc.). Note that if you are using a USB->Serial converter, the Serial line will be like /dev/ttyUSB0
= Setting up your serial debug session using kermit =
== Overview ==
C-Kermit is a modem program, a Telnet client, an Rlogin client, an FTP client, an HTTP client, and on selected platforms, also an X.25 client. It can make its own secure Internet connections using IETF-approved security methods. More information at [http://www.columbia.edu/kermit/ columbia.edu/kermit/]
 
== Setting up connection ==
Start kermit on your host machine in configuration mode:
= 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