My FPGA Spartan 3E supports 50 Mhz clock via ocillators. Now I am using RS-232 cable connection to send output bits serially into my computer system using HyperTerminal/RealTerm.
However the baud rates the COM ports/RealTerm support are different. I am using a male to female connector cable.
How do I synchronize them both. I have tried including a FIFO inside my design with one end connected to my Design output (write) and read end connected to the RS-232 Transmitter at the Transmission speed clock, using a clock divider. But that doesn't make the synchronization happen as expected.