Work with GPS via COM-port (RS-232 or USB) as result is Byte-array.
I need pure C-string from Byte-array to use functions from string library:
to find substring, to strcat(), to truncate, to strspy() ...
Here my console-project to debug ability convertion Array of bytes/chars to pure C-string.
Sergey.