Introduction - If you have any usage issues, please Google them yourself
Every time a byte becomes available from the serial port, then "RxD_data_ready" is active for one clock period.
The PC sends us data through the serial port in 8-bits mode. Ideally, we would need to receive 9 bits from the PC, so that we can drive the 8-bits data bus and the "RS" line of the LCD module. For now, let s use the MSB (bit 7) of the data received to drive "RS", and send only 7 bits to the data bus.