Collect pieces of string in a buffer

schimanski

Well-Known Member
Licensed User
Longtime User
Hello!!!

Is there a way to collect pieces of a string, which are comming from a network-connection with stream.ReadString and buffer these partstrings until there is a complete string received? I need an optimized procedure to collect the strings like gps.GPSStream(Serial.InputString) does it with a NMEA-string.

Thanks for help.....
 
Top