Hard to advise as not sure of data structure or flow layout.
But i would probably create an array of the data strings and send it through a trigger node, then split the array and rate limit.
e.g.
[{"id":"e97f93fe.a6af28","type":"inject","z":"bf9e1e33.030598","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":450,"y":100,"wires":[["ec77f1de.073ad8"]]},{"id":"ec77f1de.073ad8","type":"template","z":"bf9e1e33.030598","name":"create array of data","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"[\"sssssssssssssssssssssssssssssssss20char5\\nhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh20char6\\nrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr20char7\\nlllllllllllllllllllllllllllllllll20char8\",\n\"qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq20char1\\nwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww20char2\\neeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee20char3\\n33333333333333333333333333333333320chr4\"]","output":"json","x":630,"y":100,"wires":[["7e4eb0a1.61b81"]]},{"id":"7e4eb0a1.61b81","type":"change","z":"bf9e1e33.030598","name":"set delay and topic","rules":[{"t":"set","p":"delay","pt":"msg","to":"$count($$.payload)*5","tot":"jsonata"},{"t":"set","p":"topic","pt":"msg","to":"topic/pathe/to/lcd","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":870,"y":100,"wires":[["10fa3500.2f211b"]]},{"id":"10fa3500.2f211b","type":"trigger","z":"bf9e1e33.030598","name":"resend variable delay","op1":"","op2":"","op1type":"pay","op2type":"pay","duration":"0","extend":false,"overrideDelay":true,"units":"s","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":900,"y":160,"wires":[["36c23e6d.c2289a"]]},{"id":"f1f97a32.f8459","type":"change","z":"bf9e1e33.030598","name":"","rules":[{"t":"set","p":"reset","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":630,"y":160,"wires":[["10fa3500.2f211b"]]},{"id":"36c23e6d.c2289a","type":"split","z":"bf9e1e33.030598","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","x":1090,"y":160,"wires":[["d0fa5d9a.c243c8"]]},{"id":"e92d5001.fe725","type":"inject","z":"bf9e1e33.030598","name":"reset","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":470,"y":160,"wires":[["f1f97a32.f8459"]]},{"id":"d0fa5d9a.c243c8","type":"delay","z":"bf9e1e33.030598","name":"","pauseType":"rate","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"5","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":1270,"y":160,"wires":[["1019cbe995c63db0"]]},{"id":"1019cbe995c63db0","type":"debug","z":"bf9e1e33.030598","name":"mqtt","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1350,"y":100,"wires":[]}]