htiextension/com.nokia.s60tools.hticonnection.help/html/tasks/comm_bt.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 Bluetooth 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 Bluetooth connection</h2>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    11
<ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    12
<li>In the S60 device, start <b>HtiAdmin</b> by selecting <b>Menu</b>> <b>RnD Tools</b> > <b>HtiAdmin</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    13
<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
    14
<li>Enable Bluetooth connection by selecting <b>Options</b> > <b>Comms</b> > <b>Enable BT comm</b>, and then one of the following:
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    15
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    16
<li><b>By BT address</b> to connect to a specified Bluetooth address.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    17
<li><b>By BT name</b> to connect to a specified Bluetooth name.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    18
<li><b>Search when starting</b> to select a Bluetooth connection when you start the HTI connection.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    19
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    20
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    21
<li>Start the HTI Framework by selecting <b>Options</b> > <b>Start</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    22
<li>On the PC, configure and start a Bluetooth serial port service. For instructions on setting up a serial port service on a PC, see the manual of your Bluetooth driver.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    23
<li>Before starting the HTI connection, configure the PC’s Bluetooth serial port service not to use Secure Connection. This means that no pairing or authorization is needed when the phone connects to the PC.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    24
<li>On the PC, open the <b>HTI Connection Carbide.c++ Extension</b> by selecting <b>Carbide</b> > <b>HTI Connection</b>.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    25
<li>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
    26
<li>Configure the HTI connection to use <b>Serial</b> communication. Click <b>Next</b> and check that the HTI settings correspond to the Bluetooth serial port service configured and started earlier.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    27
<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
    28
		<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    29
			<li><i>Status not tested</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    30
			<li><i>Connection to HTI agent OK, HTI version x.xx</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    31
			<li><i>HTI agent in the device is not responding</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    32
			<li><i>Connection failed</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    33
		</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    34
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    35
<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
    36
	<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    37
		<li><i>Not connected</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    38
		<li><i>Testing connection</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    39
		<li><i>Trying to connect to &lt;connection name&gt;</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    40
		<li><i>Connected to &lt;connection name&gt;</i></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    41
	</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    42
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    43
</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    44
</ol>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    45
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    46
<p>In addition to configuring and starting HTI connections, you can do the following:</p>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    47
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    48
<li>To stop the Datagateway, click <img src="../images/stop.gif">.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    49
<li>To edit the connection settings, click <img src="../images/environment_co.png">.</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    50
<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
    51
<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
    52
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    53
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    54
<h5>Related tasks</h5>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    55
<ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    56
	<li><a href="tasks/viewing_remote_connections.htm">Viewing remote connections</li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    57
	<li><a href="set_preferences.htm">Editing HTI connection settings</a></li>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    58
</ul>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    59
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    60
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. 
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    61
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
    62
</body>
61163b28edca initial EPL conversion
dpodwall
parents:
diff changeset
    63
</html>