Air202 响应来自AT + CUSD = 1,“* 100#”,15

欢迎您! 我来自波兰。 我在AliExpress买了Air202。
我有这样的剧本。


Hello! I'm from Poland. I bought Air202 on AliExpress.
I have a script like that.


module(...,package.seeall)

local function print(...)
_G.print("test",...)
end

-------------------------------------------------------------------------------------------

local function send_cusd()
ril.request("AT+CMGF=1")
ril.request("AT+CSCS=\"GSM\"")
ril.request("AT+CUSD=1,\"*100#\",15")
end
sys.timer_start(send_cusd,20000)
-------------------------------------------------------------------------------------------


以下是使用函数send_cusd()的结果。
响应编码为GSM 7位。
如何在ASCII中设置编码答案? 在波兰语。
谢谢你的帮助。


Below is the result of using the function send_cusd().
The response is coded as GSM 7-bit.
How do you set a coded answer in ASCII? In Polish.
Thank you for your help.

attachments-2019-01-MSd7J0mD5c366f35072c2.PNG

attachments-2019-01-U3i0meGa5c3653b89173e.PNG



编辑。
Edition.


AT + CUSD = 1,“* 101#”,68

attachments-2019-01-ueic4ktS5c38636c2b162.PNG

attachments-2019-01-IPS0UPIT5c3863960e652.PNG


AT + CUSD = 1,“* 101#”,15

attachments-2019-01-1EThg5D15c3863ec45da6.PNG

attachments-2019-01-ppPZHPUJ5c3868c356822.PNG


AT + CUSD = 1,“* 100#”,68

attachments-2019-01-6LDIrrDN5c38b68bd1816.PNG

attachments-2019-01-dF8Owl435c38b8c4a41c2.PNG


AT + CUSD = 1,“* 100#”,15

attachments-2019-01-Vkz95Z265c38bc128006d.PNG

attachments-2019-01-HSPznzyL5c391196f2888.PNG

请先 登录 后评论

1 个回答

李炜镪

改成 AT+CUSD=1,"*101#",68 试试

请先 登录 后评论