Hello all,
I need to compose a string (for AT commands) which include double quotes (").
How to do it without JAL seeing it as somethig else?
Example:
const byte w1[] = "AT+CSCS="GSM""
Gives this error:
[Error] (ParqTelm_V02.jal) [Line 192] "gsm" not defined
[Error] (ParqTelm_V02.jal) [Line 192] unexpected token: gsm
Please help :D
Thank you very much.
Kind regrads,
Filipe Santos