Studio:Transport Configuration File: Difference between revisions
Jump to navigation
Jump to search
(New page: The Transport configuration file contains default settings for the STRIDE Transport Server, an out-of-process COM server that manages connections between hos...) |
|||
Line 8: | Line 8: | ||
; | ; | ||
[General] | [General] | ||
ActiveTransport = Sockets (S2 | ActiveTransport = Sockets (S2) | ||
[Keep Alive] | [Keep Alive] | ||
Active = yes | Active = yes | ||
Line 14: | Line 14: | ||
RetryCount = 2 | RetryCount = 2 | ||
Timeout = 2000 | Timeout = 2000 | ||
[Sockets (S2 | [Sockets (S2)] | ||
DeviceAddress = localhost | DeviceAddress = localhost | ||
DevicePort = 8000 | DevicePort = 8000 | ||
[Serial (S2 | [Serial (S2)] | ||
SerialPort = COM2 | SerialPort = COM2 | ||
BaudRate = 57600 | BaudRate = 57600 |
Revision as of 23:02, 8 July 2008
The Transport configuration file contains default settings for the STRIDE Transport Server, an out-of-process COM server that manages connections between host and target processes, and also provides loopback and diagnostic features. The configuration file is located under the STRIDE installation directory, in the bin' folder, in the "transport.cfg" file. Users may edit this file to change configuration settings, but the file must not be moved or renamed.
Sample configuration file
; ; Configuration file for STRIDE Unit runner (TestUnitRun.pl) ; (standard INI/CFG file format) ; [General] ActiveTransport = Sockets (S2) [Keep Alive] Active = yes Interval = 3000 RetryCount = 2 Timeout = 2000 [Sockets (S2)] DeviceAddress = localhost DevicePort = 8000 [Serial (S2)] SerialPort = COM2 BaudRate = 57600 DataBits = 8 StopBits = 1 Parity = none