Run time map change in uart1

I would like to change the uart1 mapping during the runtime (just like sending a AT command for at!mapuart ) but without having to restart the board.
Is it possible?

1 Like

Hi
Reset is required so the AT!MAPUART is taken into account.
AT command guide states : “Note that a reset is required for the change to take effect.”

Between which configurations of the UART you want to switch ?
In other words, what would be the at!mapuart comamnd you would like to send to the module ?
And BTW which module are you using ?

I need to use 2 uarts. One for the MT7697 and another for external communication.
Would be better if I could use two different uarts, but if that’s not possible I would try to use the same uart but remap it differently each time I need to use something different.