Convert string to integers, long, float and back to string
8
Pass and return strings with functions
9
Parse data from a serial port - real example
Description:
Learn essential techniques for handling and manipulating text strings in C programming using Arduino in this comprehensive 37-minute tutorial. Explore string operations including size, length, null termination, concatenation, copying, moving, comparison, and searching. Master parsing techniques for comma-separated data and converting between strings and numeric types. Discover how to pass and return strings with functions, and apply these skills to parse data from a serial port in a practical example. Gain valuable insights applicable to various embedded systems projects coded in C.
Text String Tutorial in C Code - Tutorial Using Arduino, Copy-Move-Parsing-Etc.