You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to read incoming messages and I've found out the function could not decode the sms pdu correctly.
This is the sms pdu that has been decoded correctly: 07910661929909F2040B910681835045F50008912021811065230456DE590D
The function returned: "回复"
This is the sms pdu that has not been decoded correctly: 07910661929909F2040B910681835045F50008912021811065230456DE590D0039
The function return empty for the message content. While it should be "回复9"
How do I fix this issue, if it's possible? Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to read incoming messages and I've found out the function could not decode the sms pdu correctly.
This is the sms pdu that has been decoded correctly:
07910661929909F2040B910681835045F50008912021811065230456DE590D
The function returned: "回复"
This is the sms pdu that has not been decoded correctly:
07910661929909F2040B910681835045F50008912021811065230456DE590D0039
The function return empty for the message content. While it should be "回复9"
How do I fix this issue, if it's possible? Thank you.
The text was updated successfully, but these errors were encountered: