love3cyou
Newbie level 4
My teacher gave me a problem below :
Implement a serial transmission system, the system is described as following :
- The system is divided into 2 parts based on their function :
+) The first module receives data from users and send them to the second module through a single wire.
+) The second module receives data from the first module and processes the input data before showing results.
- The received data in module 2 are the binary value of two 3-bits unsigned numbers. These numbers then will be added together in the calculation’s process in module 2.
- Outputs of the system are presented by LED
Here is a circuit that I have designed and it doesn't work properly. Hope you guys find out the problem and point it for me T_T, I have thought back and forth but found nothing.
Implement a serial transmission system, the system is described as following :
- The system is divided into 2 parts based on their function :
+) The first module receives data from users and send them to the second module through a single wire.
+) The second module receives data from the first module and processes the input data before showing results.
- The received data in module 2 are the binary value of two 3-bits unsigned numbers. These numbers then will be added together in the calculation’s process in module 2.
- Outputs of the system are presented by LED
Here is a circuit that I have designed and it doesn't work properly. Hope you guys find out the problem and point it for me T_T, I have thought back and forth but found nothing.