Text String Tutorial in C Code - Tutorial Using Arduino, Copy-Move-Parsing-Etc.
Kevin Darrah via YouTube
Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
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.
Syllabus
Intro, Size, Length, and Null
Concatenate
Copy and Move
Comparing two strings
Find string in another string
Parsing a string, like data separated by commas
Convert string to integers, long, float and back to string
Pass and return strings with functions
Parse data from a serial port - real example
Taught by
Kevin Darrah