The HTI Connection 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 HTI Connection view. The HTI Connection view shows information of events and errors from Datagateway.exe. The connection parameters can be modified from HTI Preferences.
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 Carbide > HTI Connection.
-
-
Main features
-
-
Console for Datagateway logging
-
Starting and stopping Datagateway
-
HTI connection to device using serial port or TCP/IP connection
-
Connection test API
-
File transfer API
-
Screen capture API
-
Application control API
-
Key event API
-
-
-
What's new
-
-
Change: Connections are handled via Carbide.c++ Remote Connections.
-
Change: API updates.
-
-
-
Installation notes
-
-
N/A
-
-
-
System requirements
-
Basic requirements:
-
-
Windows 2000 or Windows XP
-
Minimum Platform/SDK build PC.
-
Normal Platform/SDK build PC.
-
-
Additional requirements:
-
-
Nokia Connectivity Drivers (part of PC Suite)
-
-
-
Compatibility issues
-
-
N/A
-
-
-
Known issues
-
-
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.
-
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 SendDelay value in HtiSerialComm.cfg ({EPOCROOT}\epoc32\winscw\c\). It has been tested with SendDelay=5.
-
-
-
Version history
-
Version 1.2.0 – 8th April 2009
-
-
Change: Improved handling of connection errors.
-
Change: Connection status is displayed in the console.
-
Change: API updates.
-
-
-
Version 1.1.0 – 17th February 2009
-
-
Feature: Application control API.
-
Feature: Key event API.
-
-
-
Version 1.0.0 – 19th December 2008
-
The first version.
-
-
-
-
\ No newline at end of file
+
+
+
+
+ Release Notes
+
+
+
+
+
The HTI Connection service provides a communication interface between
+Carbide.c++ and an emulator/device. HTI Connection manages the connection
+between Carbide.c++ and an emulator/device by starting the HTI Datagateway and
+shows generated log in the HTI Connection view. The HTI Connection view
+shows information of events and errors from Datagateway.exe. The connection
+parameters can be modified from HTI Preferences.
+
+
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 Carbide > HTI Connection.
+
+
Main features
+
+
Console for Datagateway logging
+
Starting and stopping Datagateway
+
HTI connection to device using serial port or TCP/IP connection
+
Connection test API
+
File transfer API
+
Screen capture API
+
Application control API
+
Key event API
+
+
+
What's new
+
+
Requires Carbide.c++ 2.5.0 or later to work!
+
New: New connection preference option called "Current connection". If
+ this option is selected, user can change the currently active connection
+ easily either from Remote Connection view, or from a new Trim widget
+ showing the current connection.
+
Fix: Unhandled event loop exception -error during connection creation is
+ now fixed.
+
Documentation: Help links pointing to wrong location were fixed.
+
+
+
Installation notes
+
+
N/A
+
+
+
System requirements
+
+
Basic requirements:
+
+
Windows 2000 or Windows XP
+
Minimum Platform/SDK build PC.
+
Normal Platform/SDK build PC.
+
+
+
Additional requirements:
+
+
Nokia Connectivity Drivers (part of PC Suite)
+
+
+
Compatibility issues
+
+
N/A
+
+
+
Known issues
+
+
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.
+
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
+ SendDelay value in HtiSerialComm.cfg
+ ({EPOCROOT}\epoc32\winscw\c\). It has been tested with
+ SendDelay=5.
+
+
+
Version history
+
+
Version 1.3.0 – 25th June 2009
+
+
Change: Connections are handled via Carbide.c++ Remote Connections.
+
Change: API updates.
+
+
+
Version 1.2.0 – 8th April 2009
+
+
Change: Improved handling of connection errors.
+
Change: Connection status is displayed in the console.