Cinterion EXS82-W: Switching From Data to CMD mode and then back to Data mode | Thales IoT Developer Community
March 4, 2022 - 10:22am, 434 views
Hi All,
I am using exs82W and esp32 module for a PPPoS connection but after successful connection i am getting the below problem while switching from Data **** to Cmd **** and then after sending some command back to data ****:
D (29858) esp-****m: Sending command:+++
D (32768) esp-****m: Handling line: >>OK
<<
D (32768) exs82: enter command **** ok
I (32768) pppos_example: Switched to cmd ****, sending cmd after 5 seconds!!!!!!!!!!!!!
D (37778) esp-****m: Sending command:AT^SCTM?
D (37788) esp-****m: Handling line: >>^SCTM: 0,0,33
<<
D (37788) esp-****m: Handling line: >>OK
<<
I (37788) pppos_example: Sending command successful, switching back to PPP **** in 5 sec!!!!!!!!!!!!!!!!!
D (42798) esp-****m: Sending command:ATD*99***1#
D (44828) esp-****m: Handling line: >>+CME ERROR: operation temporary not allowed
<<
D (44828) exs82: enter ppp **** failed, retry with ATO
D (44828) esp-****m: Sending command:ATO
D (44838) esp-****m: Handling line: >>ERROR
Can anyone suggest how i can resolve this issue, or any help or example for CMUX implementation.
Hello,
After leaving data **** with +++ you should be able to return to data **** with ATO command. You shouldn't send ATD command again before ATO. Please try ATO without ATD.
BR,
Bartłomiej