08-31-2022 10:48 AM
Hello,
I am using ExtraPutty for SSH communication with the DUT. In the test sequence i am sending AT commands in the Command parameter. But since the AT commands contains both value and alphabets(for eg."ql_cmd at 'AT+QRFTESTNR5G="rx",2,41,3,499200,0,-500,0'") wondering how to handle this in Testsequence without any error.
Herewith I am attaching the Screenshot for the reference.
Thanks and regards,
Mahesh.
08-31-2022 05:58 PM
You need to use escape sequence to use special characters in a string
09-01-2022 02:22 AM
Hi Santhosh,
Thank you for the prompt response. It worked.
-Mahesh