Question: -----Write a program that will implement the program described in the lab write-up, setting the baud rate to 9600 baud (BPS)---- In this lab, we

-----Write a program that will implement the program described in the lab write-up, setting the baud rate to 9600 baud (BPS)----
In this lab, we will write a program that transmits a series of characters. The sequence will consist of AlphaNumber", where Alpha is meant to be a letter, cycling from A to Z, and Number is a digit that cycles through 0 to 9. The sequence that comes out should look something like "A0B1C2D3... ". The objective is to send a letter-number pair every 500 milliseconds. We will also want to be able to restart the sequence, so if you were to type an the capital letter R on the Serial Monitor, the program should restart the sequence at "A0". The Serial Monitor is part of the Arduino IDE and will be demonstrated in class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
