Question: Using an MSP430FG4618 and UART: Write a C language program that inputs two hexadecimal ASCII numbers. Next, the program should convert these ASCII numbers to
Using an MSP430FG4618 and UART:
Write a C language program that inputs two hexadecimal ASCII numbers. Next, the program should convert these ASCII numbers to an 8 bit binary number. Finally, this program should display the equivalent ASCII character on a new line in the hyperterminal window. The program should then print a new line and start over waiting for user input. For example, if the input to the program is a 3F, the program should display on a new line ? (0x3F is the ASCII code for ?).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
