The target log collector is a server that collects target test results and sends them to Controller Tester. Collecting target test results methods are largely divided into communication and file scanning. Supported communication protocols and scannable file formats are as follows.

Protocol TCP, UDP, UART
File format Target log(text), memory dump(Hex, Intel HEX)

Installation

The target log collector is automatically installed when Controller Tester is installed.

Run

When [Use the default target log collector] is checked in [Preferences] -> [Target Test] -> [Target Log Collector], the target log collector starts collecting target test results.
If you use TargetLogCollector.zip after extracting it, run TargetLogCollector.exe in the unzipped directory at the Windows command prompt.

Settings

It can be set through the ‘settings.ini’ file in the target log collector installation path, and the options are as follows.

[LogReceiveServer] Settings for receiving target test results
port TCP, UDP communication port
protocol Communication protocol for receiving target test results
timeout Connection timeout
lastString String representing the end of the data
serialPort Serial communication port
(Windows: COM#, Linux: /dev/ttyS#)
baudRate Serial communication settings
dataBits Serial communication settings
stopBits Serial communication settings
parity Serial communication settings
flowControl Serial communication settings
[ScanLog] Settings for file scanning
dir Directory to scan
fileExtension File extensions to scan(Scan all files if blank)
[LogSendServer] Settings for communication with Controller Tester
port Target log file transfer port

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.