XBee 3 LTE-M/NB-IoT: Reading module AP setting causes outbound TCP conenction to open

XBee 3 LTE-M/NB-IoT cellular module.
Using XBee Studio and the Xbee TH Dev Kit.

DL=98.122.42.xxx Dest IP
OD=0.0.0.0 Operating dest IP
DE=50 Dest port
C0=51 Listen port
AP=0 Transparent mode
PS=0 Micropython disabled

I can Refresh the SETTINGS screen (cirular arrow icon) to read various module settings. No problem.
However, when I read/refresh the AP (API Enable) setting, a connection automatically opens to my DL, and OD becomes OD=98.122.42.xxx. Note that I am not Writing the setting, only Reading it.

Since there is an open connetion, LISTEN MODE is no longer active.

I have to ATNR to close that connection.
May have to rely on SMS to accomplish that. Ugh

Any time you go to read a radios setting, you are entering command mode. If you happen to be submitting data while in command mode and issuing an AT command, it is possible that you write a new value to that AT command.

That must be it. An “AT” did get sent over cellular to my TCP Server monitor. I think it was from the ATCN.

Thanks

Maybe found a problem…

When reading a setting this typically occurs:
+++OK
ATRO
3
ATCN
OK

When reading AP this happens:
+++OK
ATAP
0
ATCN
OK
AT

Notice the extra “AT” at the end. That is what is being transmitted and opening the connection.
Reading the other settings doesn’t do that.

That looks like it is you are sending an additional AT to the radio in your code.

XBee Studio 1.3.1
XBee 3 Global LTE-M/NB-IoT FW 11621

Nope, I’m only clicking the circular-arrow REFRESH (read) buttons.
No code running.
You can see whats happening in the XBee Console window.

Only the AP setting sends the extra “AT” (I’ve not checked every other setting)

Normal Refresh of AI:
+++OK
ATAI
0
ATCN
OK

AP Refresh with the extra “AT” after ending Command Mode:
+++OK
ATAP
0
ATCN
OK
AT

If I manually type in ATAP and then ATCN, there is no extra AT.
Looks likes a Studio issue.

Please use the Report Feedback option in the XBee Studio to report the issue to the Digi Engineering team.