I am trying to build a custom board for TM4C123GH6PM. As a part of this I was printing a bunch of characters on UART0 with 115200/8-N-1 settings using the inbuilt USB to Serial interface provided in the Tiva C LaunchPad. Everything worked fine.
Then I powered the board from an external supply and used a 3.3V FTDI USB to serial cable to do the same thing. This time the values are coming properly but with a lag i.e the printing speed has comedown significantly.
I tried it with different serial monitor programs with no positive outcome. I thought of changing it to some other cable like prolific serial cable but it has some driver problems with newer version of Windows and the IC which I will be using in my end product to convert USB to RS485 is based on FTDI.
Any advice and suggestions will be greatly appreciated.
New Update : I tried UART1 also with same result