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
  • Hi Mike,
    I would think it would be reasonable to change them to match the new baud rate. I don't think it is practically needed but I guess it would be more efficient. It would be interesting to compare. Also, you'll need to change the baud rate to match your new in slm_start_ppp.sh and slm_stop_ppp.sh in the scripts directory.

    Best regards,

    Benjamin

Reply
  • Hi Mike,
    I would think it would be reasonable to change them to match the new baud rate. I don't think it is practically needed but I guess it would be more efficient. It would be interesting to compare. Also, you'll need to change the baud rate to match your new in slm_start_ppp.sh and slm_stop_ppp.sh in the scripts directory.

    Best regards,

    Benjamin

Children
Related