Use AT commands to change it.
You may want to disable the EM12 from automatically detecting it:
AT+QMBNCFG="AutoSel",0
then
AT+QMBNCFG="Deactivate"
To manually set the APN on the EM12:
AT+CGDCONT=1,"IPV4V6","APN-NAME-HERE"
and
AT+CGDCONT=3,"IPV4V6","SAME-APN-NAME-HERE"
Make sure you ...
Search found 2 matches
- Tue Nov 02, 2021 5:57 pm
- Jump to forum
- Jump to topic
- Mon Feb 12, 2024 10:38 am
- Jump to forum
- Jump to topic
Re: Orbi 5G (NBR750, NBK752) How-To / Megathread
...
I'm stuck here:
PS C:\Users\nemat\Downloads> python
Python 3.12.2 (tags/v3.12.2:6abddd9, Feb 6 2024, 21:26:36) [MSC v.1937 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> telnet-enable2.py 192.168.1.1 [MyMACAddress] admin [MyRouterPW]
File ...