Hi everyone,
I’m currently working with a Teltonika FMB001 device and I’m looking to understand how to send commands to it over TCP, not via SMS or Bluetooth. My goal is to remotely configure the device (e.g., send setparam
commands) via a custom TCP server.
So far, I know that the FMB001 uses a binary protocol (Codec 8 or 8 Extended) for communication. I’ve already set up the server IP/domain and port on the device, and I’m able to receive data packets just fine.
But I’m stuck on the reverse direction — sending commands from the server to the FMB001.
Could someone please clarify:
- What is the correct structure to send commands like
setparam
orgetparam
via TCP? - Is there an official example of how to construct the binary payload (length, command, CRC, etc.)?