In the lesson, we will develop a stepper motor driver with computer control. I will talk about text-based communication protocol using AT commands. We will learn how to control a motor using the Arduino IDE serial port monitor and the top level program StepMotor.
Monthly Archives: December 2020
Lesson 30. Text strings in Arduino. Converting data to strings and vice versa. String class.
In the lesson, I will tell you about text strings in Arduino, about the String class, about converting various data types to text strings, and about the reverse operation-converting strings to numbers.