Changes

Fixed paragraph for device port. Added converting binary section.
Line 2: Line 2:     
=== Launching Terminal tool (Debug port) and connecting FTx device ===
 
=== Launching Terminal tool (Debug port) and connecting FTx device ===
[[File:FTC terminal.png|thumb|Where to find terminal|300px]]
+
[[File:FTC terminal.png|thumb|Where to find terminal|300px]]Connecting to the "Debug" port allows you to read and save raw debug output directly from the connected device, providing valuable insights into its operation.
 
# To launch Terminal tool. At the top of the TCT window, click on “Settings” button and click then “Terminal”.
 
# To launch Terminal tool. At the top of the TCT window, click on “Settings” button and click then “Terminal”.
 
# Terminal tool can be launched in TCT start-up window or after connecting to the FTx platform device.
 
# Terminal tool can be launched in TCT start-up window or after connecting to the FTx platform device.
Line 34: Line 34:  
If Terminal tool takes too much of your screen real estate, at any given time you can minimize it using “Minimize” button on the right side of Terminal tool UI. Minimizing Terminal tool doesn’t stop debug messages logging.
 
If Terminal tool takes too much of your screen real estate, at any given time you can minimize it using “Minimize” button on the right side of Terminal tool UI. Minimizing Terminal tool doesn’t stop debug messages logging.
   −
=== Launching Device port ===
+
=== Launching Terminal tool (Device port) and connecting FTx device ===
To connect FTx platform device. Make sure that the device is connected to your computer and in Terminal tool press the “+” button on the left side of Terminal tool UI for a new connection, select the device from the dropdown list, and select the “Device port".
+
Connecting to the "Device" port allows you to send commands to the connected device and receive instant responses, allowing for precise troubleshooting.
   −
This tool allows the client to send commands to the device and receive a response.
+
# To launch Terminal tool. At the top of the TCT window, click on “Settings” button and click then “Terminal”.
 +
# Terminal tool can be launched in TCT start-up window or after connecting to the FTx platform device.
 +
# To connect FTx platform device. Make sure that the device is connected to your computer and in Terminal tool press the “+” button on the left side of Terminal tool UI for a new connection, select the device from the dropdown list, and select the “Debug” port.
    
Below is a list of commands for FTx devices that can be sent using the Device port:
 
Below is a list of commands for FTx devices that can be sent using the Device port:
   −
''.info -'' Returns general information about the device such as FW version and build time, GNSS version information, HW information and device flash;
+
* ''.info -'' Returns general information about the device such as FW version and build time, GNSS version information, HW information and device flash;
 
+
* .''imei'' - Returns device IMEI;
.''info - Returns device IMEI;''
     −
TBD
+
=== Converting internal device binary logs ===
 +
With 2.0.0 or later TCT version Terminal Tool can even convert internal device binary logs into human-readable text, enabling in-depth analysis of the device's previous behavior. When downloading logs (dump) from the FTx device using TCT, you will find both .bin and .txt files of the logs.

Navigation menu