The Suntech protocol is the ASCII wire format spoken by every device shipped by Suntech Innovations (Sao Paulo, Brazil) since the early ST200 series. If you operate a fleet in Brazil, Argentina, Mexico, or Colombia, you have almost certainly seen ST300STT; packets land on your server · Suntech is the most-deployed fleet-grade tracker brand in LATAM, and the protocol has stayed remarkably stable across more than 15 years of hardware revisions.
Protocol-at-a-glance
- Transport · TCP (primary) or UDP (some firmware revisions)
- Default port ·
5039(Traccar reference; Traxelio matches this) - Encoding · ASCII, semicolon-delimited fields, terminated by
(CR) - Auth · No separate login packet · device IMEI / serial is in every message header
- Heartbeat · Keep-alive messages (
ST300KAL;or model variant) sent on a configurable interval - Spec · Suntech publishes the protocol PDF for integrators on request via their partner portal
Packet structure (essentials)
Every Suntech packet follows the same shape:
ST300STT;205000000;04;FW;DATE;TIME;CELL;LAT;LON;SPEED;COURSE;SATS;FIX;DISTANCE;POWER;IO;MODE;MSG_NUM;
- The leading token is the model + record type (
ST300STT= ST300 status,ST300EVT= event,ST300ALT= alert,ST300CMD= command response) - Fields are positional, semicolon-separated · the parser keys off the leading token, not field names
- ASCII format makes it cheap to log, grep, and replay · which is part of why Brazilian fleet integrators love it
Why Suntech is the LATAM fleet default
- Local presence · São Paulo R&D + manufacturing, local support, Portuguese-language integrator docs
- Range coverage · ST300 (basic), ST310U (USB-config OBD), ST340 (rental/light fleet with relay), ST380 (heavy fleet + CAN), ST600 (premium fleet), ST910 (lone-worker)
- ANATEL homologation · most models ship pre-certified for Brazil, a real cost-saver vs importing Asian OEM hardware
- Protocol stability · the same parser written in 2012 still decodes 2026-firmware packets · long upgrade paths
Configuring a Suntech device for any server
Two paths · SMS commands or the SunSuite configurator:
SMS path (works on ST300, ST310U, ST340 with a SIM):
ST300CMD;205000000;02;Network;your-server.com;5039;
ST300CMD;205000000;02;APN;internet;username;password;
ST300CMD;205000000;02;Report;30;60;0;
(Replace 205000000 with the actual device serial, your-server.com:5039 with your server.)
SunSuite path: connect via USB, point at the server IP+port, click Apply, power-cycle. SunSuite is Windows-only but works under Wine.
After a clean boot with GPS lock, confirm the first decoded position in Traxelio.
Supported devices in our catalog
Suntech ST300 / ST310U / ST340 / ST380 / ST600 series are catalogued under protocol: "suntech". The headline models are ST300H (low-cost truck), ST310U (OBD-II plug-and-play), ST340 (relay-equipped fleet), and ST910 (panic-button lone-worker).