For the complete documentation index, see llms.txt. This page is also available as Markdown.
Debug tracking devices
Analyzing data sent through the mobile network and debug GPS hardware.
Data from Racemap platform
Connection Chart
Green to brown: delay of received coordinates, blue battery
The interactive Connection Chart shows your GPS device's connectivity and communication mechanics at running operations. The Connection Chart features:
Delay of received coordinates: The y-axis indicates the delay of received coordinates in seconds, sent from memory.
Battery History: A dedicated second y-axis displays the battery history of your GPS tracker, enabling you to monitor power consumption.
Network insights such as: Hover for Mobile Country Code (MCC), Mobile Network Code (MNC), Location Area Code (LAC), Cell ID, and the radio technology.
Single events such as: Open socket, close socket, heartbeat, device info, movement, no movement, and power off.
Access the Track Chart for a specific device directly in the tracker management.
Pull the timestamps when a specific device recorded a location and when Racemap server received the same location, eg. to check the delay in sending live data through the mobile network.
Enable the USB port of the computer for UART communication.
Read documentation.
The device needs to be connected to the computer to record logs. You have to take the computer with you when reproducing specific tracking scenarios.
On Clicking on CoolTerm icon. The first window you see is this
When connecting a powered-on device to the COM port via the UART cable, CoolTerm won't display it automatically. Users must configure CoolTerm each time it's opened, making sure the device is powered on and connected before initiating the application.
Settings in CoolTerm
Options >> Serial Port:
UART: Select the port which is enabled for UART communication.
Baudrate: 115200
Terminal:
Line Mode
Local Echo
Receive
Add timestamps to received data
File Capture:
Select the file in which you want to capture the logs.
Commands:
Send the command to the device to send logs using the command field:
AT+UARTLOG=9
Send the command to the device to stop sending battery-related logs:
AT+UARTLOG=0,BAT
Send the command to the device to stop sending logs:
AT+UARTLOG=0