Skip to content

Instantly share code, notes, and snippets.

@HoriLiu
Created November 10, 2016 08:35
Show Gist options
  • Save HoriLiu/22a98c6b48df1e9aa0a58b2b4be2b90d to your computer and use it in GitHub Desktop.
Save HoriLiu/22a98c6b48df1e9aa0a58b2b4be2b90d to your computer and use it in GitHub Desktop.
Aliasing Baudrate to 2M Baud by 4800 Baud
Refer section 1.3 of AN232B-05BaudRates.pdf
Divisor = n + sub-interger divisor
Divisor = 1 will give 2MBaud
==> Divisor = 01 + 00
Refer section 2.2 of AN232B-05BaudRates.pdf
71,02 => divisor = 625, rate = 4800
Refer section 6.1 of AN107_AdvancedDriverOptions_AN_000073.pdf
=> Open register.exe in windows directory
=> Find
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\FTDIBUS\{Device VID, PID and serial
number}\0000\Device Parameters\ConfigData
=>Replace 71 02 by 01 00
=>OS Restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment