Gemalto is now part of the Thales Group, find out more.

You are here

PLS8-X Connection Issue | Thales IoT Developer Community

March 1, 2016 - 9:35am, 2208 views

Hi All,

I am using PLS8-X Module. But I cat not get an IP address from ISP.

Could anyone give me some advice to resolve it.

Here is my AT log :

root@PC:~# echo -ne 'AT+CPIN?\r\n' > /dev/ttyACM1

root@PC:~#

+CPIN: READY

OK

root@PC:~# echo -ne 'AT+CSQ\r\n' > /dev/ttyACM1

root@PC:~#

+CSQ: 12,99

OK

root@PC:~# echo -ne 'AT+COPS?\r\n' > /dev/ttyACM1

root@PC:~#

+COPS: 1,0,"Chunghwa Telecom",0

OK

root@PC:~# echo -ne 'AT+CGATT=1\r\n' > /dev/ttyACM1

root@PC:~#

OK

root@PC:~# echo -ne 'AT+CGDCONT=1,"IP","internet"\r\n' > /dev/ttyACM1

root@PC:~#

OK

root@Moxa:~# echo -ne 'AT^SWWAN=1,1\r\n' > /dev/ttyACM1

root@PC:~#

OK

root@PC:~# echo -ne 'AT+CGCONTRDP\r\n' > /dev/ttyACM1

root@PC:~#

OK

root@PC:~# echo -ne 'AT+CGCONTRDP=1\r\n' > /dev/ttyACM1

root@PC:~#

+CME ERROR: invalid index


I think the right result will be like this :

AT+CGPADDR

+CGPADDR: 1,"10.50.56.101"

OK

But my at log command return operator no IP address.

root@PC:~# echo -ne 'AT+CGPADDR\r\n' > /dev/ttyACM1

root@PC:~#

+CGPADDR: 1,0.0.0.0

+CGPADDR: 2,0.0.0.0

+CGPADDR: 3,0.0.0.0

+CGPADDR: 4,0.0.0.0

OK

Dose anyone has any idea ?

Thanks!