Consider the modified Timer 3 interrupt program for SiLabs 8051 Ethernet Development Kit board. Analyze and tell the instructor what that program is doing. Write your own or modify existing program so that instead of current functionally it processes received bytes of characters as follows: For each character byte decompose it into eight bits and then "send" them by flashing AB4 red and green LEDs for 0.1 seconds. Light the red LED for bit value of 1 and the green LED for bit value of 0. Send eight bits immediately one after another starting with the most significant bit. Wait 0.1 second before sending bits for the next character. Feel free to modify the interrupt frequency and/or the period for the internal counter in the interrupt to accommodate these timings.
Check with the instructor if he can stop by and see your demo first. Set up the demo of your program in the computer lab and show it to your instructor. In case the demo is approved please pack/compress all files used in the project into one ZIP file and send that file via e- mail to the instructor at olekmali at bradley.edu. Please set the message subject to: tnp-hw6.
Thank you.