E5 Mini - Receiving Packets

Testing out E5 LoRaWAN using AT commands. I can connect to a gateway and send data packets from device → gateway no problem.

Should I be able to test receiving data packets from gateway → device using the AT command interface? I am not seeing this in the docs.

If not, are there examples of this scenario using the SDK? I have another topic posted about setting the RDP mode so I can load a custom firmware and try this. Anyone have guidance on how to reset the RDP? I tried other STM32 approaches with no success.

Regarding receiving packets, It was a nomenclature thing. The AT command was there but references “channel” when I was looking for “port”. I simply had to enable the port / channel using RXWIN1 command to receive packets.