Mixing AT commands and PPP

Hi,

At our factory, the employees would like to have the AT command set exposed of our nRF9160 devices.

Since we would like to use PPP-sessions with our modem, we would like to mix these two up: add a custom AT command to the AT command set that allows us to switch into PPP mode (and an escape sequence to move back into AT command mode).

The way zephyr seems to work: either you enable AT host commands, or you enable PPP mode. there is no AT host command that allows you to control to switch into PPP mode.

I've started to play around with the 'serial_lte_modem' application - this allowed me to add custom AT commands, however, I cannot really find a neath way of accessing the PPP driver from here. Does anyone have hints on how to achieve this?

Thanks! Daan

Parents Reply Children
Related