|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
|
2 <html> |
|
3 <head> |
|
4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> |
|
5 <title>Release Notes</title> |
|
6 <link href="../book.css" type="text/css" rel="stylesheet"> |
|
7 </head> |
|
8 <body> |
|
9 |
|
10 <h2>Release Notes</h2> |
|
11 <h4>HTI Connection – Version 1.3.0</h4> |
|
12 <p>Released 25th June 2009</p> |
|
13 <ul> |
|
14 <li><a href="#description">Product description</a></li> |
|
15 <li><a href="#features">Main features</a></li> |
|
16 <li><a href="#newfeatures">What's new</a></li> |
|
17 <li><a href="#installation">Installation notes</a></li> |
|
18 <li><a href="#requirements">System requirements</a></li> |
|
19 <li><a href="#compissues">Compatibility issues</a></li> |
|
20 <li><a href="#issues">Known issues</a></li> |
|
21 </ul> |
|
22 |
|
23 <h3><a name="description"></a>Product description</h3> |
|
24 <p>The <b>HTI Connection</b> service provides a communication interface between Carbide.c++ and an emulator/device. HTI Connection manages the connection between Carbide.c++ and an emulator/decive by starting the HTI Datagateway and shows generated log in the <b>HTI Connection</b> view. The HTI Connection view shows information of events and errors from Datagateway.exe. The connection parameters can be modified from HTI Preferences.</p><p> HTI Connection opens when a plug-in is started, that is, when another plug-in starts using Harmonized Test Interface (HTI) service. You can open the HTI Connection also by selecting <b>Carbide</b> > <b>HTI Connection.</b></p> |
|
25 |
|
26 <h3><a name="features"></a>Main features</h3> |
|
27 <ul> |
|
28 <li>Console for Datagateway logging</li> |
|
29 <li>Starting and stopping Datagateway</li> |
|
30 <li>HTI connection to device using serial port or TCP/IP connection</li> |
|
31 <li>Connection test API</li> |
|
32 <li>File transfer API</li> |
|
33 <li>Screen capture API</li> |
|
34 <li>Application control API</li> |
|
35 <li>Key event API</li> |
|
36 </ul> |
|
37 |
|
38 <h3><a name="newfeatures"></a>What's new</h3> |
|
39 <ul> |
|
40 <li>Change: Connections are handled via Carbide.c++ Remote Connections.</li> |
|
41 <li>Change: API updates.</li> |
|
42 </ul> |
|
43 |
|
44 <h3><a name="installation"></a>Installation notes</h3> |
|
45 <ul> |
|
46 <li>N/A</li> |
|
47 </ul> |
|
48 |
|
49 <h3><a name="requirements"></a>System requirements</h3> |
|
50 <p>Basic requirements:</p> |
|
51 <ul> |
|
52 <li>Windows 2000 or Windows XP</li> |
|
53 <li>Minimum Platform/SDK build PC.</li> |
|
54 <li>Normal Platform/SDK build PC.</li> |
|
55 </ul> |
|
56 <p>Additional requirements:</p> |
|
57 <ul> |
|
58 <li> Nokia Connectivity Drivers (part of PC Suite)</li> |
|
59 </ul> |
|
60 |
|
61 <h3><a name="compissues"></a>Compatibility issues</h3> |
|
62 <ul> |
|
63 <li>N/A</li> |
|
64 </ul> |
|
65 |
|
66 <h3><a name="issues"></a>Known issues</h3> |
|
67 <ul> |
|
68 <li>If Carbide crashes when HTI Connection is active, it is possible that the datagateway.exe continues running in background. In this case, the datagateway.exe process needs to be ended from Task Manager.</li> |
|
69 <li>There is a known issue with serial connection in the emulator environment. Virtual com ports are transferring data too fast, and as a result some data is lost. In most cases this can be fixed by increasing the <code>SendDelay</code> value in <b>HtiSerialComm.cfg</b> (<i>{EPOCROOT}\epoc32\winscw\c\</i>). It has been tested with <code>SendDelay=5</code>.</li> |
|
70 </ul> |
|
71 |
|
72 <h3>Version history</h3> |
|
73 <h5>Version 1.2.0 – 8th April 2009</h5> |
|
74 <ul> |
|
75 <li>Change: Improved handling of connection errors.</li> |
|
76 <li>Change: Connection status is displayed in the console.</li> |
|
77 <li>Change: API updates.</li> |
|
78 </ul> |
|
79 |
|
80 <h5>Version 1.1.0 – 17th February 2009</h5> |
|
81 <ul> |
|
82 <li>Feature: Application control API.</li> |
|
83 <li>Feature: Key event API.</li> |
|
84 </ul> |
|
85 |
|
86 <h5>Version 1.0.0 – 19th December 2008</h5> |
|
87 <p>The first version.</p> |
|
88 |
|
89 <div id="footer"> |
|
90 Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).<br> |
|
91 All rights reserved. <br> |
|
92 This component and the accompanying materials are made available <br> |
|
93 under the terms of "Eclipse Public License v1.0" <br> |
|
94 which accompanies this distribution and is available <br> |
|
95 at the URL <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>. |
|
96 <br><br> |
|
97 Initial Contributors:<br> |
|
98 Nokia Corporation - initial contribution |
|
99 <br><br> |
|
100 Contributors:<br> |
|
101 Description: |
|
102 |
|
103 </div> |
|
104 </body> |
|
105 </html> |