Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol Error #25

Open
infinitemind2 opened this issue Oct 10, 2019 · 1 comment
Open

Protocol Error #25

infinitemind2 opened this issue Oct 10, 2019 · 1 comment

Comments

@infinitemind2
Copy link

Using a Rockblock 9603 with a ItsyBitsy M4 powered by 5V supply. it all appears to be working but I constantly get 'Protocol Error'
Debug diagnostics of the transmission below:

AT+SBDWT
Waiting for response READY

<< ..AT+SBDWT
READY

Test message from Test code

Waiting for response 0

OK

<< ..Test message from Test code
0

OK

AT-MSSTM
Waiting for response OK

<< ..AT-MSSTM
-MSSTM: 712a957d

OK

AT+SBDIX
Waiting for response OK

<< ..AT+SBDIX............................................................Add to Failures
Tried to send message but returned error: Protocol Error
Tried to send message but returned error: Protocol Error
Upto retry: 4

Have not been able to send a message at all from this setup.
Have sent a message or two from another setup using a Adafruit Feather M0, do get a similar error.

@infinitemind2
Copy link
Author

the last retry still didn't send but did get a different message sequence

.>> AT+CSQ
Waiting for response OK

<< ..AT+CSQ......
+CSQ:1

OK
internalSendReceive

AT+SBDWT
Waiting for response READY

<< ..AT+SBDWT
READY

Test message from Test code

Waiting for response 0

OK

<< ..Test message from Test code
0

OK

AT-MSSTM
Waiting for response OK

<< ..AT-MSSTM
-MSSTM: 712ab1f2

OK

AT+SBDIX
Waiting for response OK

<< ..AT+SBDIX..................................
+SBDIX: 32, 3, 2, 0, 0, 0

OK
SBDIX MO code: 32
Waiting for SBDIX retry...
............................................................>> AT-MSSTM
Waiting for response OK

<< ..AT-MSSTM
-MSSTM: 712ab413

OK

AT+SBDIX
Waiting for response OK

<< ..AT+SBDIX....................
+SBDIX: 32, 3, 2, 0, 0, 0

OK
SBDIX MO code: 32
Waiting for SBDIX retry...
............................................................>> AT-MSSTM
Waiting for response OK

<< ..AT-MSSTM
-MSSTM: 712ab5e6

OK

AT+SBDIX
Waiting for response OK

<< ..AT+SBDIX..........................
+SBDIX: 32, 3, 2, 0, 0, 0

OK
SBDIX MO code: 32
Waiting for SBDIX retry...
............................................................>> AT-MSSTM
Waiting for response OK

<< ..AT-MSSTM
-MSSTM: 712ab7db

OK

AT+SBDIX
Waiting for response OK

<< ..AT+SBDIX....................
+SBDIX: 32, 3, 2, 0, 0, 0

OK
SBDIX MO code: 32
Waiting for SBDIX retry...
............................................................>> AT-MSSTM
Waiting for response OK

<< ..AT-MSSTM
-MSSTM: 712ab9ae

OK

AT+SBDIX
Waiting for response OK

<< ..AT+SBDIX............................................................Add to Failures
Tried to send message but returned error: Protocol Error
Tried to send message but returned error: Protocol Error
Upto retry: 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant