X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FUARTConnect%2Fcapabilities.kll;h=bab1b6198ca676e59e3510e1783c99b60c125747;hb=7e68e81f4757ffff2261ab4a887d4114318aa5b6;hp=a651dc23d2dd6b4b29efd2fe711ad8cd2eecdb9f;hpb=622ea5d85f94be4b1694fdf08e30fa76eeb18fe4;p=kiibohd-controller.git diff --git a/Scan/UARTConnect/capabilities.kll b/Scan/UARTConnect/capabilities.kll index a651dc2..bab1b61 100644 --- a/Scan/UARTConnect/capabilities.kll +++ b/Scan/UARTConnect/capabilities.kll @@ -26,6 +26,23 @@ UARTConnectBaudFine => UARTConnectBaudFine_define; # Thus baud setting = 26 # NOTE: If finer baud adjustment is needed see UARTx_C4 -> BRFA in the datasheet # Baud fine setting = 0x02 -UARTConnectBaud = 26; -UARTConnectBaudFine = 0x02; +UARTConnectBaud = 1; # 4.5 Mbpsa @ 72 MHz +UARTConnectBaudFine = 0x0; + +#UARTConnectBaud = 39; # 115385 bps @ 72 MHz (close to 115200) + +# Cable Check Command Length +# This defines the length of the cable command +# 0xD2 11010010 is used for each check byte +# +# For example: +# Length: 4 +# Args: 0xD2 0xD2 0xD2 0xD2 +UARTConnectCableCheckLength => UARTConnectCableCheckLength_define; +UARTConnectCableCheckLength = 2; + +# Connect Enable +# Define used to indicate to non-connect modules that support should be compiled in +ConnectEnabled => ConnectEnabled_define; +ConnectEnabled = 1;