LoRaWAN FPorts Wio-E5, LoRa-E5

I had an Wio-E5 module with original software with AT commands (version +VER: 4.0.11), and a processor connected via UART interface.
I wanted to implement in my processor LoRaWAN packets support like:

  • Remote Multicast Setup Package (fPort = 200)
  • Fragmented Data Block Transport Package (fPort = 201)
  • Multi-Package Access Package (fPort = 225)

but the first two (200, 201) were implemented in Wio-E5 and if I send something to port 200 or 201, it is blocked by the module Wio-E5 and is not sent to the UART interface.
On fPort 225 it’s ok.

maybe someone knows if it is possible to disable by AT comand support this frames by module?
or maybe read from module Fragmented Data Block somehow?

Currently, there is no AT command available to disable the internal handling of these specific fPorts or to redirect their data to the UART interface. The module’s firmware is configured to manage these ports internally, and this functionality cannot be altered through AT commands.