diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-07-06 16:53:08 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-07-06 16:54:07 +0200 |
commit | a131c6953a0a24a6ed8c365cb5e398fa5e52afcf (patch) | |
tree | 4fdee404bc93b690ead24b337718195d05d32952 /src/main.c | |
parent | 0a89a9ae4ee62ba36b616fc444a866d61c203696 (diff) |
cinterion: quote user/password strings in AT^SGAUTH calls
The ELS61 doesn't like authentication given without quotes:
[modem3/ttyACM1/at] --> 'AT^SGAUTH=8,1,tm,t-mobile<CR>'
[modem3/ttyACM1/at] <-- '<CR><LF>+CME ERROR: 4<CR><LF>'
Only when user/pass strings are quoted it works:
[modem6/ttyACM1/at] --> 'AT^SGAUTH=8,1,"t-mobile","tm"<CR>'
[modem6/ttyACM1/at] <-- '<CR><LF>OK<CR><LF>'
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions