Cinterion BGS2T RS232. Error creating the service profile of FTP connection with the user name and password by using AT commands. + CME ERROR: invalid input value | Thales IoT Developer Community
May 22, 2015 - 8:13pm, 2620 views
I have a Cinterion BGS2T RS232 modem.
I enter an AT-command of the following type:
AT^SISS=0,address,"ftp://user:password@Domainname/Directory/file;type=a"
And I receive an answer:
+ CME ERROR: invalid input value
When I enter a user name and password will always appear this error.
When I enter the address without a username and password, the error does not appear.
What is wrong?
Hello,
This should be possible.
Is it possible to configure the user and password later with separate SISS commands?
Please check what encoding you are using: GSM or UCS2 (AT+CSCS? command) and if it is the same that you are using in your terminal or program.
Regards,
Bartłomiej
Hello,
I had the same problem and setting:
at^siss=0,alphabet,"1"
did the job.
If you want to use at^siss=0,alphabet,"0" (default setting) you have to use "\00" instead of "@" in the address field, so
AT^SISS=0,address,"ftp://user:password\00Domainname/Directory/file;type=a"
should work.
Marcin