Send command from my Node Server ( TCP ) to my FMC225

Hi, im trying to send commands to my GPS devices from TCP Server (NodeJs), im sending this to GPS:

Mensaje del servidor: {
  data: <Buffer 00 00 00 00 00 00 00 0f 0c 01 05 00 00 00 07 67 65 74 69 6e 66 6f 01 00 00 43 12>,
  toStr: '\x00\x00\x00\x00\x00\x00\x00\x0F\f\x01\x05\x00\x00\x00\x07getinfo\x01\x00\x00C\x12',
  largo: 27
}

but GPS doesnt response this command

Hi,

Good day, as per checking your commands are correct:

command: getinfo
HEX:
000000000000000F0C010500000007676574696E666F0100004312

Please make sure that the device is online when you send the commands.

Best Regards
Maynard C

This topic was automatically closed after 14 days. New replies are no longer allowed.