Changes between Version 20 and Version 21 of wireless/modem
- Timestamp:
- 05/15/2018 06:44:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wireless/modem
v20 v21 1686 1686 * Sample AT Command set (login to modem AT commands on /dev/ttyACM0 with information [#at here]) 1687 1687 {{{ 1688 AT+CFUN=4 1689 AT+UCGDFLT=1,"IP","yourapn" 1690 AT+CFUN=1 1688 AT+CFUN=4 # command to detach the module from the network 1689 AT+UCGDFLT=1,"IP","yourapn" # Initial PDP (packet data protocol) context configuration 1690 AT+CFUN=1 # return to the module full functionality 1691 1691 }}} 1692 1692 * AT+CGDCONT - Defines the connection parameters for a PDP context 1693 * AT+UCGDFLT - Configures the initial PDP context, i.e. sets the configuration of the PDN activated at attach time in LTE network. The configuration can be optionally saved in NVM.1693 * AT+UCGDFLT - Configures the initial PDP context, i.e. sets the configuration of the PDN (packet data network) activated at attach time in LTE network. The configuration can be optionally saved in NVM (network visibility mode). 1694 1694 * Tested configuration in /etc/config/network: 1695 1695 {{{