I can't find my xbee modules on XCTU IDE

I just new bought two diffrent type xbee modules. These are XBP9B-DMUTB002 and XBP9B-DMSTB002. When I connect the xbee to my computer while using xbee adaptor , xctu couldn’t find the xbee modules. Of course, xctu recognised the COM but when started to search ,couldnt have found the module.

These are the hardware configuration and software configurations,

https://resmim.net/album/ss.ZN0VH —> xbee and xbee adaptor photos

These are programmable modules. That is to say, they add a secondary processor between the modules pins and its RF processor that XCTU accesses. You may need to upload a sample application to this processor before XCTU will be able to talk to it. You should also enable the Programmable version option in XCTU.

Thanks for your reply ,
Actually i have found my xbee’s and configured them with xctu ,but i can not use them with python code with digixbee library. Then i “got couldnt determine operating mode” error.

Then I have searched on internet , i need to bypass the nxp microproccessor. how can i apply that ?

This code is not intended to be used with the Programmable versions of the XBee modules. It is intended to be used with the standard XBee modules in API Mode.

For the programmable modules, you would need to port over the transparent application found in the Programmable SDK via a BDM programmer/debugger.