Zephyr Shell and Host Library AT library

Hi,
I want to add CLI in our current firmware. i found a way to do is Zephyr shell. our firmware is based on aws iot sample and nrfconnet sdk1.9.0  after integrating zephyr shell in our firmware.
I am unable to send/write any command from shell/serial terminal  console because AT host Library is enabled in our firmware.
if I disabled  AT host Library then shell is working but i have not more access to modem.is there any way to use both of them at a time. I am using UART0.

Regards,

Related