Hi,
I have the Serial_LTE_Modem application running on the nRF9160DK.
I am exploring its functionality in LTE Link Monitor.
I am having an issue with AT#XTCPSEND in that I need to have Carriage Returns and Line Feeds in my <data> but my attempts have either not converted into the special characters or they cause "Failed to parse AT command."
How do I go about doing something like:
AT#XTCPSEND="some characters in line one<CR><LF>some characters in line two<CR><LF><CR><LF>"
?