is that correct ?????
.groupBegin()
.text(" ,")
.number("(dd),")
.number("(d+),") // device id imei
.text("$GPRMC,")
.number("(dd)(dd)(dd).(ddd),") // time (hhmmss.sss)
.expression("([AV]),") // validity
.number("(d+)(dd.d+),") // latitude
.expression("([NS]),")
.number("(d+)(dd.d+),") // longitude
.expression("([EW]),")
.number("(d+.?d*),") // speed
.number("(d+.?d*),") // course
.number("(dd)(dd)(dd),") // date (ddmmyy)
.groupEnd()
.any()
.compile();
I have new device. I request you to please check the protocol and let me know which protocol to use
here is my HEX Decoded String
if its new then please help me out to set protocol pattern . i don't know how to set up pattern for starting with 0x20 (Space).