EEL 4834EEL 4834/5934 Project 5 Design a program that will allow you to send characters and receive characters from a machine connected by an RS232 cable. see the serial port example by P.J. Naughter EEL 4834/5934 Students You must implement an interface that allows the user to connect to another user with a serial port and exchange information one line at a time. The screen must use a splitter window with the data you type on top and the received data below. You must buffer the last 25 lines of information. The window must show the most recent information. Settings must be 9600 baud, 1 stop bit, odd parity. You must implement the xon/xoff protocol. Lines must end with a Carriage Return 0x0D I strongly recommend that you look at the chatter example as well as the vcterm example in your help. Chatter shows a good way to implement the splitter windows. This project is due for UF students by 6:00 am (EDST) on Thursday July 29, 2004(presentations will begin at 8:30am) Feeds students must submit by 6:00 am (CDST) on Tuesday August 3, 2004. Emails arriving after 6:00 am will be considered late submission. The subject line must be formatted as follows. either: EEL4834 Project5 yourname or EEL5934 Project5 yourname DO NOT SEND EMAILS WITH THIS SUBJECT UNLESS THEY ARE SUBMISSIONS. For general emails use another subject line.