Module PLS8-X: unable to switch to 'Modem' mode AT^SQPORT? | Thales IoT Developer Community
May 16, 2016 - 4:27pm, 3268 views
Hi,
I see an application port configured on one of the USB port but unable to configure a modem port on another USB
service set used:
AT^SQPORT?
^SQPORT: Application
OK
AT^SSRVSET="actSrvSet"
^SSRVSET: 10
OK
AT^SSRVSET="current"
^SSRVSET: "usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: "srvmap","MDM","USB0","MUX0"
^SSRVSET: "srvmap","APP","USB1","MUX1"
^SSRVSET: "srvmap","NMEA","NONE","MUX2"
OK
ATI1
Cinterion
PLS8-X
REVISION 03.003
A-REVISION 01.000.00
OK
can someone let me know is there anything wrong in my service set configuration?
thanks & regards
KK
Hello,
The setting seems fine. You should have "MDM" and "APP" on USB. What does it mean that you are unable to configure the port? If you are using Windows you should be able to find the application under ports and modem under modems in device manager.
Regards,
Bartłomiej
Hi Bartlomiej,
Thanks for the reply,
yes i can see a four COMM ports under 'Ports' out of which one works is in application ****.
I can also see a ****m comm port under 'Modems', but i can not communicate using a hyperterminal.
I have also checked other 3 comm ports to check any of them are in MDM but its not working.
regards
KK
Hello,
I'm not sure if you cannot open the port or cannot communicate on it.
Please check at^ssrvset? command output to see what is stored under service set 10.
Please be aware that "actSrvSet" shows the Service Set used during next UE restart and the setting of "actSrvSet" is also effective after restart.
please try to configure other service sets and check if you are able to communicate via modem interface.
To modify the setting of the service set (change the modem interface for example) you also need to switch to some other service set and restart the module.
Here's some example of configuration of service set 10:
at^ssrvset?
^SSRVSET: 0,"usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: 0,"srvmap","MDM","USB0","MUX0"
^SSRVSET: 0,"srvmap","APP","USB1","MUX1"
^SSRVSET: 0,"srvmap","NMEA","USB2","MUX2"
^SSRVSET: 1,"usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: 1,"srvmap","MDM","ASC0","MUX0"
^SSRVSET: 1,"srvmap","APP","USB1","MUX1"
^SSRVSET: 1,"srvmap","NMEA","USB2","MUX2"
^SSRVSET: 2,"usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: 2,"srvmap","MDM","USB0","MUX0"
^SSRVSET: 2,"srvmap","APP","USB1","MUX1"
^SSRVSET: 2,"srvmap","NMEA","USB2","MUX2"
^SSRVSET: 3,"usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: 3,"srvmap","MDM","ASC0","MUX0"
^SSRVSET: 3,"srvmap","APP","NONE","MUX1"
^SSRVSET: 3,"srvmap","NMEA","NONE","MUX2"
^SSRVSET: 10,"usbcomp","NONE"
^SSRVSET: 10,"srvmap","APP","ASC0","NONE"
^SSRVSET: 10,"srvmap","MDM","USB0","MUX0"
^SSRVSET: 11,"usbcomp","NONE"
^SSRVSET: 12,"usbcomp","NONE"
OK
at^ssrvset="current"
^SSRVSET: "usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: "srvmap","MDM","USB0","MUX0"
^SSRVSET: "srvmap","APP","ASC0","NONE"
OK
at^ssrvset="usbcomp",10,"0061" -----> this is very important step
OK
AT^SSRVSET="srvmap",10,"MDM","USB0","MUX0" --> set customers settings
OK
AT^SSRVSET="srvmap",10,"APP","ASC0","NONE" ---> set customer settings
OK
AT^sSRVSET="actSrvSet",10
OK
at+cfun=1,1
OK
^SYSSTART
at^sqport?
^SQPORT: Application
OK
at^ssrvset="current"
^SSRVSET: "usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: "srvmap","MDM","USB0","MUX0"
^SSRVSET: "srvmap","APP","ASC0","NONE"
OK
Regards,
Bartłomiej
Thanks Bartłomiej.
after changing to service set 10, i am able to communicate in ****m **** on the comm port which is listed under "Modems"
^SSRVSET: 10,"usbcomp","0061","","1E2D","0061","Cinterion","LTE Modem",""
^SSRVSET: 10,"srvmap","MDM","USB0","MUX0"
^SSRVSET: 10,"srvmap","APP","USB1","MUX1"
^SSRVSET: 10,"srvmap","NMEA","NONE","MUX2"
regards
KK