ashuanu2007
Newbie level 3
- Joined
- Feb 24, 2014
- Messages
- 3
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Location
- Los Angels
- Activity points
- 29
We are using a PIC16F887 board to execute it.
In this project we want to establish a simple asynchronous channel for communication in assembly language. Initially we need to initialize the device for this purpose in which we specify the mode of operation, baud rate, etc. We need a module to handle reading from the receiver side and the third module will be for writing to transmitter side. Using 8 bits for data and baud rate of 19200 for this purpose. In this project we simply receive a character from the hyper-terminal and send it back to hyper-terminal to display it again. So, for every character typed on hyper-terminal two of the same character must be displayed on hyper-terminal. You should configure the hyper terminal for this mode of operation as well.
In this project we want to establish a simple asynchronous channel for communication in assembly language. Initially we need to initialize the device for this purpose in which we specify the mode of operation, baud rate, etc. We need a module to handle reading from the receiver side and the third module will be for writing to transmitter side. Using 8 bits for data and baud rate of 19200 for this purpose. In this project we simply receive a character from the hyper-terminal and send it back to hyper-terminal to display it again. So, for every character typed on hyper-terminal two of the same character must be displayed on hyper-terminal. You should configure the hyper terminal for this mode of operation as well.