I have a Adafruit FT232H Breakout board, which has ft232hq chip that supports up to 12 Mbit/second Baud rate communication.
I want to send data at 8.250.000 bit/s using my PC.
Using PUTTY terminal app; I managed to create accurate communication signal at 4,8 and 12 Mbit/s (I checked at logic analyzer data)
But when I tried my goal speed 8.250.000 Bit/s The accurate signal was not generated
How can I achieve this baud rate?
Also I want to mention; Apps like Minicom,stty didn't work at any higher rate than 4 Mbit/s
Python Serial libraries also didn't work at any rate higher than 8Mbit/s
Thanks in advance