Hi,
I have a FM5300 on which I try to send gprs commands. I saw in the manual some example commands and was able to reconstruct:
- the first 8 bytes are message length;
- some unknown (but maybe constant) bytes
- then the message as a byte array
- then some extra unknown bytes.
Could anyone detail what the unknown bytes represent and what's the format of the gprs command on 5300 supposed to be?
setdigout 1000 10 0 0 0
$00$00$00$00$00$00$00$21$0C$01$05$00$00$00$19$73$65$74$64$69$67$6f$75$74$20$31$30$30$30$20$31$30$20$30$20$30$20$30$0d$0a$01$00$00$e5$ca
#SET OUT=1,0,0,0
$00$00$00$00$00$00$00$1a$0C$01$05$00$00$00$12$23$53$45$54$20$4f$55$54$3d$31$2c$30$2c$30$2c$30$0d$0a$01$00$00$fd$34
#SET OUT=2,1,0,0
$00$00$00$00$00$00$00$1a$0C$01$05$00$00$00$12$23$53$45$54$20$4f$55$54$3d$32$2c$31$2c$30$2c$30$0d$0a$01$00$00$3e$05
#SET OUT=1,1,0,0 15,30,0,0
$00$00$00$00$00$00$00$24$0C$01$05$00$00$00$1c$23$53$45$54$20$4f$55$54$3d$31$2c$31$2c$30$2c$30$20$31$35$2c$33$30$2c$30$2c$30$0d$0a$01$00$00$83$c6
wwbusch aka Buwo пишет:Hi Guys,
just for you to know:
1.) there is an firmware for fm11 which supports gprs commands. Ask your Teltonika guy for that firmware.
2.) FM5300 needs to be used with "custom commands". Just use all commands you find in manual. You dont need to write username/password into the command as they are not necessary in gprs commands.
3.) reply of units are shown as Drivermessage in wialon.
enjoy
Wolf