Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

TASK Your task is to write code which handles a sequence of input characters from the UART interface, and responds with the output specified below.

TASK
Your task is to write code which handles a sequence of input characters
from the UART interface, and responds with the output specified below.
On receipt of the character sequence:
"foo" your program should print '0'.
"bar" your program should print '1'.
"foobar" your program should not print either '0' or '1' as specified
above, but should instead print a linefeed '???' character.
NOTE :
It is strongly recommended that you design a state machine to complete
this task.
Your solution should use a baud rate of 9600, and 8N1 frame format. Your
solution MUST NOT use qutyio.o or qutyserial.o.
EXAMPLES:
INPUT: .. foo. bar.foo.barfoobarfood
OUTPUT: 0101??
START)0101
0(END)
INPUT: barsfoosbarforbarfoobarrforfoobarfoobarfood
OUTPUT: 1011?????
0
START
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

Students also viewed these Databases questions

Question

Solve for x: 2(3x 1)2(x + 5) = 12

Answered: 1 week ago