mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 06:15:37 +02:00
101 lines
4.5 KiB
HTML
101 lines
4.5 KiB
HTML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
|
<meta http-equiv="Content-Style-Type" content="text/css" />
|
|
<meta name="copyright" content="Copyright (c) 2004, 2008 Wind River Systems, Inc. and others. This page is made available under license. For full details see the LEGAL notice in the documentation book that contains this page." />
|
|
<link rel="stylesheet" type="text/css" href="../book.css" />
|
|
<title>Terminal Settings Dialog</title>
|
|
</head>
|
|
<!--
|
|
Copyright (c) 2004, 2008 Wind River Systems, Inc. and others.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
Contributors:
|
|
Martin Oberhuber (Wind River) - initial API and implementation
|
|
-->
|
|
<body><a name="terminal_settings"><!-- --></a>
|
|
<h2 class="topictitle2">Terminal Settings Dialog</h2>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
Use the <b>Terminal Settings</b> dialog to configure your connection.
|
|
</td></tr></table>
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
In the <b>Connection Type</b> field choose <b>Serial</b>, <b>SSH</b> or <b>Telnet</b>.
|
|
</td></tr></table>
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
The <b>View Title</b> field allows giving a name to your <b>Terminal</b> View instance.
|
|
</td></tr></table>
|
|
|
|
<h4>Serial Connection</h4>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
If you choose a serial connection, the <b>Settings</b> area has seven options:
|
|
<b>Port</b>, <b>Baud Rate</b>, <b>Data Bits</b>, <b>Stop Bits</b>, <b>Parity</b>, <b>Flow Control</b>,
|
|
and <b>Timeout</b>.
|
|
</td></tr></table>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
When you have entered your settings, click <b>OK</b>. This initiates your connection.</td></tr></table>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
Your connection information appears in the header of the <b>Terminal</b> view.
|
|
A cursor appears in the view itself. Hit <b>ENTER</b> to get a <b>>NET></b>
|
|
prompt.</td></tr></table>
|
|
|
|
<p></p>
|
|
<div align="left">
|
|
<table class="N1_note" border="0" cellpadding="0" cellspacing="6">
|
|
<caption></caption>
|
|
<tr align="left" valign="top"><td></td><td class="N1_note_content">
|
|
<p><b>NOTE:</b>When using the <b>Terminal</b> view on Linux or Solaris,
|
|
serial ports <b>ttyS0</b> and <b>ttyS1</b> must have appropriate permissions
|
|
set in order to connect to them, unless you are running the Workbench as root.
|
|
</p></td></tr>
|
|
<tr align="left" valign="top"><td> </td><td> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<p></p>
|
|
<h4>SSH Connection</h4>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
If you choose an SSH connection, the <b>Settings</b> area has six options.
|
|
In the <b>Host</b> and <b>Port</b> fields, enter the IP Address and port of the host
|
|
you wish to connect to.
|
|
The <b>User</b> field specifies the remote user id to use.
|
|
The <b>Password</b> field is optional, since SSH can re-use your private keys
|
|
as specified on the Eclipse Preferences, General, Network Page.
|
|
The <b>Timeout</b> can be changed for very slow networks. The
|
|
<b>KeepAlive</b> value specifies an interval in seconds, by which the Terminal
|
|
automatically sends a packet to the remote host in order to keep the connection
|
|
alive even in case of inactivity.
|
|
<p>When all settings are specified, click
|
|
<b>OK</b>. This initiates your connection.</p></td></tr></table>
|
|
|
|
|
|
<p></p>
|
|
<h4>Telnet Connection</h4>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
If you choose a Telnet connection, the <b>Settings</b> area has three options.
|
|
In the <b>Host</b> field, enter the IP Address of the host you wish to connect to.
|
|
In the <b>Port</b> field, select the network port you wish to use.
|
|
The <b>Timeout</b> can be changed for very slow networks. Then click
|
|
<b>OK</b>. This initiates your connection.</td></tr></table>
|
|
|
|
<table class="steptable"><tr><td class="S_step_text">
|
|
Your connection information appears in the header of the <b>Terminal</b> view.
|
|
A cursor appears in the view itself. Hit <b>ENTER</b> to get a <b>>NET> </b>prompt.
|
|
</td></tr></table>
|
|
|
|
<p></p>
|
|
<div class="p"><a href="02_terminal_page.html">< Prev</a> | <a href="04_terminal_emulation.html">Next ></a></div>
|
|
|
|
</body>
|
|
</html>
|