hologram-python icon indicating copy to clipboard operation
hologram-python copied to clipboard

Not all carriers support PDP context ID 1 for data - add others

Open holopanda opened this issue 2 years ago • 0 comments
trafficstars

The default chat script configures APN context ID 1 only and passes that to the dialing command. Not all carriers support data on context ID 1:

See

https://github.com/hologram-io/hologram-python/blob/develop/Hologram/Network/Modem/chatscripts/default-script#L18-L19

OK AT+CGDCONT=1,"IP","hologram"
OK ATDT*99***1#

It would be ideal to also support other context IDs, e.g. 3.

holopanda avatar Jan 24 '23 16:01 holopanda