Studio:Transport Configuration File
Jump to navigation
Jump to search
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)(debug) [Keep Alive] Active = yes Interval = 3000 RetryCount = 2 Timeout = 2000 [Sockets (S2)(debug)] DeviceAddress = localhost DevicePort = 8000 [Serial (S2)(debug)] SerialPort = COM2 BaudRate = 57600 DataBits = 8 StopBits = 1 Parity = none