htiextension/com.nokia.s60tools.hticonnection.help/html/tasks/comm_usb.htm
author dpodwall
Tue, 12 Jan 2010 13:17:53 -0600
changeset 0 61163b28edca
child 7 018264c44c89
permissions -rw-r--r--
initial EPL conversion
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     2
<html>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     3
<head>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     4
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     5
<title>Setting up USB serial connection</title>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     6
<link href="../../book.css" type="text/css" rel="stylesheet">
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     7
</head>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     8
<body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
     9
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    10
<h2>Setting up USB serial connection</h2>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
<ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
<li>Make sure you have USB cable drivers (such as Nokia Connectivity Cable Drivers for Nokia devices) installed on your PC (either with PC Suite or separately for Nokia devices). The latest version of the drivers is always recommended.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
<li>In the S60 device, start HtiAdmin by selecting <b>Menu</b> > <b>RnD Tools</b> > <b>HtiAdmin</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    14
<li>Stop the HTI Framework if it is running by selecting <b>Options</b> > <b>Stop</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
<li>Enable USB connection by selecting <b>Options</b> > <b>Comms</b> > <b>Enable USB serial comm</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
<li>Start the HTI Framework by selecting <b>Options</b> > <b>Start</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
<li>Connect the device to the PC with a USB cable and select the <b>PC Suite</b> mode. If Windows starts to install drivers, wait for all installations to complete.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
<li>In the HTI Connection Carbide.c++ Extension, click <img src="../images/run_exc_arrow.png"> and select <b>New Connection</b> to create a new connection, or select an existing connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
<li>In <b>Connection name</b>, enter a name for the connection, and in <b>Connection type</b>, select <b>Serial</b>. To edit the serial port settings, click <b>Next</b>.<br><br><img src="../images/new_connection_1.png"></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
<li>In <b>Serial Port</b>, select the serial port that is used for USB connection. You can also select a baud rate.<br><br><img src="../images/new_connection_2.png"></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
<li>(Optional) To test the connection, click <b>Initiate service testing</b>. The test status is shown in the <b>Status</b> pane:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
		<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
			<li><i>Status not tested</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
			<li><i>Connection to HTI agent OK, HTI version x.xx</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
			<li><i>HTI agent in the device is not responding</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    26
			<li><i>Connection failed</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
		</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    28
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
<li>Click <b>Finish</b> to close the wizard. HTI Connection now starts the Datagateway with the connection you configured. If the Datagateway does not start automatically, start it by clicking <img src="../images/run_exc.gif">. The connection status will be displayed in the status line above the console screen:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
	<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
		<li><i>Not connected</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
		<li><i>Testing connection</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
		<li><i>Trying to connect to &lt;connection name&gt;</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
		<li><i>Connected to &lt;connection name&gt;</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
	</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    36
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
</ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
<p>In addition to configuring and starting HTI connections, you can do the following:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
<li>To stop the Datagateway, click <img src="../images/stop.gif">.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
<li>To edit the connection settings, click <img src="../images/environment_co.png">.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
<li>To start a connection after the initial setup, click <img src="../images/run_exc_arrow.png"> and select a connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
<li>To delete a connection, open the <b>Remote Connections</b> view and use the dynamic menu. For details, see <a href="viewing_remote_connections.htm">Viewing remote connections</a>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
<h5>Related tasks</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
	<li><a href="tasks/viewing_remote_connections.htm">Viewing remote connections</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
	<li><a href="set_preferences.htm">Editing HTI connection settings</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    51
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    52
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
</body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
</html>