Open CPU support AT command mode?

Hi all,

I just want to know that is open CPU firmware can support the AT command mode for MC60.

Hi,Do you want to know whether AT commands can be accepted normally in Open CPU mode? This is fine, as you can see in our main.c function, which sets the callback. With this callback, the AT you send to the OPEN CPU will be passed to the bottom layer

Hi @vincent.ding-Q

Can I change the UART? I mean UART1 to UART2.
currently, MC60 accepts the AT commands from the UART1 as mentioned in the image so want to change it from UART1 to UART2. Is it possible?

Hi,Do you mean to let the data spit out from UART2 instead of UART1? It can be done