Description
The CCI Serial Gather Utility allows for gathering the data coming in from a string “stream” until a user-settable delimiter is found, at which point the fully gathered string is returned from the plugin.
Useful for when data may be coming from a serial port (or other serial source) in pieces and you want to gather all the pieces up until you have a full message which ends with some specific character or sequence (the delimiter).