From EP06 to EM12 I get "Msftconnecttest" redirect
Forum rules
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Use the SEARCH function for related topics PRIOR to posting a new topic on the same subject.
Band Scanning
Is there a means to scan for which bands are available, and their respective bandwidth?
I'm using a WG3526 with the EM20G modem. I have just gotten the setup completed and have everything on factory default values. Before I can tinker around and try CA band groupings, I need to know which bands are being seen by the modem.
Currently it is using Band 14 as primary and Band 66 for CA.
MOFI had its issues, but I loved the GUI showing which bands were available...
I'm using a WG3526 with the EM20G modem. I have just gotten the setup completed and have everything on factory default values. Before I can tinker around and try CA band groupings, I need to know which bands are being seen by the modem.
Currently it is using Band 14 as primary and Band 66 for CA.
MOFI had its issues, but I loved the GUI showing which bands were available...
-
- Posts: 166
- Joined: Wed May 13, 2020 7:04 pm
- Has thanked: 12 times
- Been thanked: 45 times
Re: Band Scanning
AT+QENG="neighbourcell"
That can give you some indication of what is available from your tower, as long as you can decipher the output.
That can give you some indication of what is available from your tower, as long as you can decipher the output.
Re: Band Scanning
Thanks for the reply. Here is the output of the command:
I'm certain I don't speak LTEese, so I have no idea what this means?
Code: Select all
AT+QENG="neighbourcell"
+QENG: "neighbourcell intra","LTE",5330,63,-11,-71,-46,0,-,-,-,-,-
OK
-
- Posts: 166
- Joined: Wed May 13, 2020 7:04 pm
- Has thanked: 12 times
- Been thanked: 45 times
Re: Band Scanning
Looks like it's only seeing one other cell, and it's on the same band as the primary that you're connected to (intra as opposed to inter) ... Band 14 if I'm converting the channel number correctly?
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: Band Scanning
It wont show all the bands. Those commands only show what that particular radio is tied to.
Unfortunately the script that MOFI uses to scan bands is a cool tool that I have zero clue how to get a hold of. I don't know of a way to do it manually.
Personally I do not like band locking unless there is a specific need. It limits the modems ability to dynamically adjust when towers go down, or radios on the towers act a fool. But I do see the value and, hell why not right? I get it.
One note. You can not choose what CA combos the modem will use, that I know of. You can only limit it to the bands themselves. So even though you would rather it CA B2 with B30 or something but it keeps using B66 as primary band, its just how the cookie crumbles. I wish we could program in CA preference order, and maybe we can, but I don't know it.
Unfortunately the script that MOFI uses to scan bands is a cool tool that I have zero clue how to get a hold of. I don't know of a way to do it manually.
Personally I do not like band locking unless there is a specific need. It limits the modems ability to dynamically adjust when towers go down, or radios on the towers act a fool. But I do see the value and, hell why not right? I get it.
One note. You can not choose what CA combos the modem will use, that I know of. You can only limit it to the bands themselves. So even though you would rather it CA B2 with B30 or something but it keeps using B66 as primary band, its just how the cookie crumbles. I wish we could program in CA preference order, and maybe we can, but I don't know it.
From EP06 to EM12 I get "Msftconnecttest" redirect
Blows my mind. I have used the same plan with great success across several modems. Sticking with the same brand of modem, the EP06 works. Replacing with the EM12, it connects to the bands, but I get the "Msftconnecttest" redirect basically saying I have no data on my plan. That's wrong.
Putting the EP06 back in, I get the same thing UNTIL I SEND a text message or 2. Then all of the sudden I have internet.
That does not work with the EM12 though. And I have used this across different brands of modems. The EM12 is the FIRST that gave me this error.
looking for an answer.
Putting the EP06 back in, I get the same thing UNTIL I SEND a text message or 2. Then all of the sudden I have internet.
That does not work with the EM12 though. And I have used this across different brands of modems. The EM12 is the FIRST that gave me this error.
looking for an answer.
Re: From EP06 to EM12 I get "Msftconnecttest" redirect
Start by checking what APNs are listed with EM12
Code: Select all
AT+CGDCONT?
Code: Select all
AT+QMBNCFG="List"
- Didneywhorl
- Posts: 3635
- Joined: Fri Mar 23, 2018 5:37 pm
- Location: USA
- Has thanked: 1369 times
- Been thanked: 761 times
- Contact:
Re: From EP06 to EM12 I get "Msftconnecttest" redirect
BV2020 wrote: ↑Fri Aug 07, 2020 10:18 pm Blows my mind. I have used the same plan with great success across several modems. Sticking with the same brand of modem, the EP06 works. Replacing with the EM12, it connects to the bands, but I get the "Msftconnecttest" redirect basically saying I have no data on my plan. That's wrong.
Putting the EP06 back in, I get the same thing UNTIL I SEND a text message or 2. Then all of the sudden I have internet.
That does not work with the EM12 though. And I have used this across different brands of modems. The EM12 is the FIRST that gave me this error.
looking for an answer.
Any update?