Question on overlay-ppp-cmux-linux.conf

Hi Sir,

I have a question about these two configurations in overlay-ppp-cmux-linux.conf, CONFIG_MODEM_BACKEND_UART_ASYNC_RECEIVE_IDLE_TIMEOUT_MS and CONFIG_MODEM_BACKEND_UART_SLM_TRANSMIT_TIMEOUT_MS

I saw the comments for these configurations in overlay-ppp-cmux-linux.conf were calculated by using 115200 buadrate
CONFIG_MODEM_BACKEND_UART_SLM_TRANSMIT_TIMEOUT_MS=521
CONFIG_MODEM_BACKEND_UART_SLM_RECEIVE_IDLE_TIMEOUT_MS=12

My question is, if we set the baudrate is higher than 115200, like 409600, does that mean above configurations need to be adjusted to
CONFIG_MODEM_BACKEND_UART_SLM_TRANSMIT_TIMEOUT_MS=130
CONFIG_MODEM_BACKEND_UART_ASYNC_RECEIVE_IDLE_TIMEOUT_MS=3

Or, I can remain keeping original settings?

Thanks.

Parents Reply Children
Related