Setting APN User and password in Gpy



  • Hello,

    I receive my LTE-NB SIM card for the T-Mobile Network (Austria). In the included letter they specify APN, User and Password. Digging out a bit I found this AT command for setting the APN:

    lte.send_at_cmd('AT+CGDCONT=1,"IP","<APN>"')
    

    I can not find the way for setting the user and the password. I have try the Sequans Manual. But I could not even figure out where to start.

    Has anyone managed to set those parameters ? I would really appreciate any help in this matter.

    update:

        lte.send_at_cmd('AT+CGDCONT=1,"IP","<APN>"')
        lte.send_at_cmd('AT+CGAUTH=1,1,"<user>","<pasword>"')
    


  • This post is deleted!

Log in to reply
 

Pycom on Twitter