core/com.nokia.carbide.cpp.doc.user/html/tasks/trk/trk_connection_bluetooth.htm
author fturovic <frank.turovich@nokia.com>
Tue, 21 Sep 2010 15:50:51 -0500
changeset 2087 617a89f9dffc
parent 2009 b622387629d6
child 2092 047b263f1004
permissions -rw-r--r--
BUG 12110 - text instances of apptrk/systrk changed, more images yet to update
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     2
<html>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     3
<head>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     7
<title>Bluetooth Connectivity Setup</title>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
     9
</head>
1791
727385d8e2b3 added new customize carbide section and some relinking done for deleted duplicate page
fturovic <frank.turovich@nokia.com>
parents: 1207
diff changeset
    10
<body >
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    11
<h2>Bluetooth Connection Setup</h2>
2009
b622387629d6 changed TRK to CODA in docs except where it related to pre-3.0 versions
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    12
<p>The on-device debug agent software supports the use of Bluetooth to debug programs running on a target device. To enable communication with a Bluetooth device, a connection must be established between the PC and the device. The on-device debug agent requires a dedicated COM port in order to talk with the device. In some cases, other programs that use the same COM port number will interfere with the CODA debug agent, essentially &quot;fighting&quot; over control of the COM port. Follow the steps below to setup a Bluetooth connection with the Bluetooth enabled device. </p>
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    13
<p class="note"><b>NOTE</b> Ensure that no other program has commandeered the Bluetooth connection. For example, some phone connectivity programs will not release a COM port unless specifically told to do so. </p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    14
<p class="note"><b>NOTE</b> Most problems with on-target debugging setup occur here, so be careful when performing each of these steps.</p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    15
<div class="step">
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    16
  <h4>Setting up a Bluetooth Connection for On-device Debugging </h4>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    17
  <p class="note"><b>NOTE</b> This example shows how to setup a Bluetooth connection on a PC running Windows XP SP2 with an internal Bluetooth device. The actions to  setup Bluetooth connections may be different on your version of Windows. Refer to the OS documentation for information on configuring Bluetooth connections. Ensure that the correct Bluetooth drivers are installed.</p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    18
  <ol>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    19
    <li>Open the Bluetooth Configuration window (Start &gt; Settings &gt; Control Panel &gt; Bluetooth Configuration)</li>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    20
    <li>Verify the following settings in the Accessibility tab (Figure 1):
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    21
      <ul>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    22
        <li>The option &quot;Let other Bluetooth devices discover this computer&quot; is checkmarked</li>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    23
        <li>The option &quot;Allow&quot; is set to &quot;All Devices&quot; </li>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    24
      </ul>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    25
    </li>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    26
    <p align="center"><img src="images/wnd_bluetooth_config.png" width="462" height="438" /></p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    27
    <p class="figure">Figure 1. Bluetooth Configuration windows Accessibility panel </p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    28
    <li>Write down the Bluetooth COM Port number from the  Local Services tab (Figure 2) for later use</li>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    29
	<p>The Bluetooth COM Port number in the Local Services tab
2009
b622387629d6 changed TRK to CODA in docs except where it related to pre-3.0 versions
fturovic <frank.turovich@nokia.com>
parents: 1791
diff changeset
    30
	  should match the COM port used in the <a href="../../projects/launch/page_connection.htm">Connections</a> tab of the CODA <a href="../../projects/launch/page_main.htm">launch<br />
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    31
    configuration</a>.</p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    32
    <p align="center"><img src="images/wnd_bluetooth_config_services.png" width="460" height="437" /></p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    33
    <p class="figure">Figure 2. Bluetooth Configuration windows Local Services panel </p>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    34
    <li>Click OK to close the Bluetooth Configuration window</li>
2087
617a89f9dffc BUG 12110 - text instances of apptrk/systrk changed, more images yet to update
fturovic <frank.turovich@nokia.com>
parents: 2009
diff changeset
    35
    <li>Download the Symbian OS Device (Install SIS) or Symbian OS Device SISX file to the device</li>
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    36
  </ol>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    37
</div>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    38
  <h5>Related concepts</h5>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    39
  <ul>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    40
    <li><a href="../../concepts/trk.htm">On-device Debugging </a></li>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    41
  </ul>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    42
  <h5>Related references</h5>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    43
  <ul>
400
9b005a8e6778 removed duplicate pages, unused images, and fixed links to same
fturovic <frank.turovich@nokia.com>
parents: 325
diff changeset
    44
    <li><a href="../../projects/launch/page_main.htm">Debug Window (On-device Debugging) Overview</a></li>
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    45
  </ul>
1207
e265bbe56eb0 merge 2.6 changes to 3.0 docs
fturovic <frank.turovich@nokia.com>
parents: 400
diff changeset
    46
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
325
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    47
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    48
</body>
6cb072f1aa74 minor edits to fix possessive error
fturovic <frank.turovich@nokia.com>
parents: 0
diff changeset
    49
</html>