I probably could be more inspired by this excellent job done by eschava and found at https://flows.nodered.org/flow/59d1529d5cc479995dd5799fd4ea188d ... but I'm clearly not able to modify it :
[{"id":"f98f185d.7599e8","type":"tab","label":"GPS-TEST","disabled":false,"info":""},{"id":"c507ecb2.4bca1","type":"tcp in","z":"f98f185d.7599e8","name":"","server":"server","host":"","port":"8002","datamode":"stream","datatype":"utf8","newline":"]","topic":"","base64":false,"x":83,"y":96,"wires":[["3871dd6.2fa4a22","b056751d.3f6358"]]},{"id":"3871dd6.2fa4a22","type":"debug","z":"f98f185d.7599e8","name":"watch receive","active":true,"tosidebar":true,"console":true,"tostatus":true,"complete":"payload","x":293,"y":46,"wires":[]},{"id":"897084a0.56bce8","type":"tcp out","z":"f98f185d.7599e8","host":"","port":"","beserver":"reply","base64":false,"end":false,"name":"","x":863,"y":366,"wires":[]},{"id":"b244b04.9c09d5","type":"change","z":"f98f185d.7599e8","name":"LK","rules":[{"t":"set","p":"payload","pt":"msg","to":"LK","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":373,"y":256,"wires":[["b80fa253.ee7b5"]]},{"id":"2575ab4f.1cd644","type":"inject","z":"f98f185d.7599e8","name":"1❤","topic":"","payload":"1","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":206,"wires":[["b59e973f.2330d8"]]},{"id":"d1c5abff.56f378","type":"inject","z":"f98f185d.7599e8","name":"2❤","topic":"","payload":"2","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":246,"wires":[["b59e973f.2330d8"]]},{"id":"35ff4183.68776e","type":"template","z":"f98f185d.7599e8","name":"format","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"{{id}}*{{length}}*{{payload}}{{param}}]","output":"str","x":623,"y":366,"wires":[["897084a0.56bce8","53f3feb.59075"]]},{"id":"9c1d0cf0.b30c2","type":"change","z":"f98f185d.7599e8","name":"save session","rules":[{"t":"set","p":"sesion","pt":"flow","to":"_session","tot":"msg"},{"t":"set","p":"id","pt":"flow","to":"parts[0] & '*' & parts[1]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":703,"y":76,"wires":[[]]},{"id":"ceeb3ece.43639","type":"change","z":"f98f185d.7599e8","name":"load session","rules":[{"t":"set","p":"_sesion","pt":"msg","to":"session","tot":"flow"},{"t":"set","p":"id","pt":"msg","to":"id","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":643,"y":316,"wires":[["35ff4183.68776e"]]},{"id":"23a112e3.8a720e","type":"switch","z":"f98f185d.7599e8","name":"command","property":"parts[3]","propertyType":"msg","rules":[{"t":"regex","v":"^LK","vt":"str","case":false},{"t":"regex","v":"^UD","vt":"str","case":false},{"t":"regex","v":"^UD2","vt":"str","case":false}],"checkall":"false","repair":false,"outputs":3,"x":443,"y":136,"wires":[["b244b04.9c09d5","9c1d0cf0.b30c2","969d8a44.e524f8"],["575176ef.9fd738"],["575176ef.9fd738"]],"outputLabels":["LK","UD","UD2"]},{"id":"d3b1767e.22a878","type":"inject","z":"f98f185d.7599e8","name":"","topic":"","payload":"привет","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":316,"wires":[["356e912a.9212fe"]]},{"id":"53f3feb.59075","type":"debug","z":"f98f185d.7599e8","name":"watch send","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"payload","x":883,"y":416,"wires":[]},{"id":"a4b23ee4.d3862","type":"inject","z":"f98f185d.7599e8","name":"","topic":"","payload":"hello","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":356,"wires":[["356e912a.9212fe"]]},{"id":"356e912a.9212fe","type":"function","z":"f98f185d.7599e8","name":"hex","func":"var buf = Buffer.from(msg.payload, 'utf16le');\nbuf.swap16();\nmsg.payload = buf.toString('hex');\nreturn msg;","outputs":1,"noerr":0,"x":223,"y":336,"wires":[["d8d40f75.d8a6"]]},{"id":"b80fa253.ee7b5","type":"function","z":"f98f185d.7599e8","name":"hex(length)","func":"var len = msg.payload.length\nif (msg.param)\n len += msg.param.toString().length\nmsg.length = (len+0x10000).toString(16).substr(-4)\nreturn msg;","outputs":1,"noerr":0,"x":633,"y":256,"wires":[["ceeb3ece.43639"]]},{"id":"1b9f7d2e.e07213","type":"inject","z":"f98f185d.7599e8","name":"TZ+2","topic":"","payload":"+2","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":416,"wires":[["925739a.03c3cc8"]]},{"id":"ec7b409f.eb211","type":"inject","z":"f98f185d.7599e8","name":"TZ+3","topic":"","payload":"+3","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":456,"wires":[["925739a.03c3cc8"]]},{"id":"d25af64b.ab0568","type":"inject","z":"f98f185d.7599e8","name":"","topic":"","payload":"12345678","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":83,"y":506,"wires":[["703df2c8.b4893c"]]},{"id":"b056751d.3f6358","type":"function","z":"f98f185d.7599e8","name":"split(,)","func":"msg.parts = msg.payload.split(\",\")\nreturn msg;","outputs":1,"noerr":0,"x":263,"y":96,"wires":[["23a112e3.8a720e"]]},{"id":"d8d40f75.d8a6","type":"change","z":"f98f185d.7599e8","name":"MESSAGE,","rules":[{"t":"set","p":"param","pt":"msg","to":"payload","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"MESSAGE,","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":393,"y":336,"wires":[["b80fa253.ee7b5"]]},{"id":"b59e973f.2330d8","type":"change","z":"f98f185d.7599e8","name":"FLOWER,","rules":[{"t":"set","p":"param","pt":"msg","to":"payload","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"FLOWER,","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":393,"y":296,"wires":[["b80fa253.ee7b5"]]},{"id":"703df2c8.b4893c","type":"change","z":"f98f185d.7599e8","name":"MONITOR,","rules":[{"t":"set","p":"param","pt":"msg","to":"payload","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"MONITOR,","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":393,"y":416,"wires":[["b80fa253.ee7b5"]]},{"id":"925739a.03c3cc8","type":"change","z":"f98f185d.7599e8","name":"LZ,9,","rules":[{"t":"set","p":"param","pt":"msg","to":"payload","tot":"msg"},{"t":"set","p":"payload","pt":"msg","to":"LZ,9,","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":373,"y":376,"wires":[["b80fa253.ee7b5"]]},{"id":"d694b35f.41885","type":"inject","z":"f98f185d.7599e8","name":"","topic":"","payload":"87654321","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":83,"y":546,"wires":[["703df2c8.b4893c"]]},{"id":"21749bc.4bb5d64","type":"change","z":"f98f185d.7599e8","name":"CR","rules":[{"t":"set","p":"payload","pt":"msg","to":"CR","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":373,"y":456,"wires":[["b80fa253.ee7b5"]]},{"id":"b6b778c4.b31948","type":"inject","z":"f98f185d.7599e8","name":"location","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":73,"y":596,"wires":[["21749bc.4bb5d64"]]},{"id":"969d8a44.e524f8","type":"function","z":"f98f185d.7599e8","name":"split(,)","func":"msg.parts = msg.parts[3].split(\",\")\nreturn msg;","outputs":1,"noerr":0,"x":683,"y":116,"wires":[["2d0191da.6d196e"]]},{"id":"575176ef.9fd738","type":"function","z":"f98f185d.7599e8","name":"split(,)","func":"msg.parts = msg.parts[3].split(\",\")\nreturn msg;","outputs":1,"noerr":0,"x":683,"y":176,"wires":[["abd34e2.d120ab"]]},{"id":"2d0191da.6d196e","type":"change","z":"f98f185d.7599e8","name":"pedometer/battery","rules":[{"t":"set","p":"pedometer","pt":"msg","to":"parts[1]","tot":"msg"},{"t":"set","p":"battery","pt":"msg","to":"parts[3]","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":883,"y":116,"wires":[["37cf4a21.b02a36","29e8680.d72d898"]]},{"id":"abd34e2.d120ab","type":"change","z":"f98f185d.7599e8","name":"pedometer/battery/location","rules":[{"t":"set","p":"pedometer","pt":"msg","to":"parts[14]","tot":"msg"},{"t":"set","p":"battery","pt":"msg","to":"parts[13]","tot":"msg"},{"t":"set","p":"location","pt":"msg","to":"[parts[4], parts[6]]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":913,"y":176,"wires":[["37cf4a21.b02a36","29e8680.d72d898","a072e12a.a5fcd","25a2d952.976cc6"]]},{"id":"37cf4a21.b02a36","type":"debug","z":"f98f185d.7599e8","name":"Pedometer","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"pedometer","x":1193,"y":116,"wires":[]},{"id":"29e8680.d72d898","type":"debug","z":"f98f185d.7599e8","name":"Battery","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"battery","x":1183,"y":176,"wires":[]},{"id":"a072e12a.a5fcd","type":"debug","z":"f98f185d.7599e8","name":"Location","active":true,"tosidebar":false,"console":false,"tostatus":true,"complete":"location","x":1183,"y":236,"wires":[]},{"id":"2d0ef920.988f26","type":"worldmap","z":"f98f185d.7599e8","name":"GPS watch","lat":"","lon":"","zoom":"10","layer":"OSM grey","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"false","x":1393,"y":306,"wires":[]},{"id":"25a2d952.976cc6","type":"change","z":"f98f185d.7599e8","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"{\"name\": \"GPS watch\", \"lat\" : location[0], \"lon\": location[1]}","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":1203,"y":306,"wires":[["2d0ef920.988f26"]]}]