esp-idf/examples/protocols/pppos_client/components/modem
David Cermak 2e8b419b7a Examples/PPPoS: Add mandatory delay after +++ command
Switching back from data (PPP) mode to command mode must be done is the following sequence:
* No characters entered for T1 time (1 second)
* "+++" characters entered with no characters in between (1 second)
* No characters entered for T1 timer (1 second)
(per specification of SIM800 SIM800_Series_AT_Command_Manual_V1.09.pdf)

Related https://github.com/espressif/esp-idf/issues/7608
2021-11-23 09:59:52 +01:00
..
include rename dce parameter 2021-01-11 13:47:33 +00:00
private_include pppos-client: support for SIM7600 modem 2020-07-13 14:45:19 +00:00
src Examples/PPPoS: Add mandatory delay after +++ command 2021-11-23 09:59:52 +01:00
CMakeLists.txt pppos-client: support for SIM7600 modem 2020-07-13 14:45:19 +00:00
component.mk pppos-client: support for SIM7600 modem 2020-07-13 14:45:19 +00:00
Kconfig esp_modem: UART runtime configuration of esp-modem 2020-04-14 21:46:07 +02:00