<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to send Hex data using AT#XSENDTO (SDK1.7)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80334/how-to-send-hex-data-using-at-xsendto-sdk1-7</link><description>Hi, 
 Can you please tell us how to send Hex data using AT#XSENDTO command ? 
 I am using the &amp;quot;Serial LTE&amp;quot; application. In the old SDK version (v1.6), it was possible to set the parameter &amp;lt;datatype&amp;gt;, so it was possbile to chose if we have to send string</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Nov 2021 08:26:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80334/how-to-send-hex-data-using-at-xsendto-sdk1-7" /><item><title>RE: How to send Hex data using AT#XSENDTO (SDK1.7)</title><link>https://devzone.nordicsemi.com/thread/338302?ContentTypeID=1</link><pubDate>Wed, 10 Nov 2021 08:26:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73535e4d-083b-4e35-b773-540433680b0e</guid><dc:creator>Youssouf</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes, I resolved the problem.I used another Serial tool to send Raw Hex data and not String.&lt;/p&gt;
&lt;p&gt;It works.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send Hex data using AT#XSENDTO (SDK1.7)</title><link>https://devzone.nordicsemi.com/thread/338241?ContentTypeID=1</link><pubDate>Tue, 09 Nov 2021 15:26:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39fb5439-2f2d-4e9c-bf4c-2abbbb018c74</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the long response time, we decided to set up an UDP server to test issues like this, and it took longer than expected. Were you able to resolve your issue?&amp;nbsp;I just tested this myself and our server had no issue receiving the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send Hex data using AT#XSENDTO (SDK1.7)</title><link>https://devzone.nordicsemi.com/thread/332834?ContentTypeID=1</link><pubDate>Wed, 06 Oct 2021 12:30:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12aa1905-e8bd-47e7-b2a1-f1ae56554c5b</guid><dc:creator>Youssouf</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes, I am using the&amp;nbsp;&lt;span&gt;Serial LTE modem of v1.7.0. I tested to send Hex data using Data mode, but nothing is received on the server side. Can you give us an exemple for the UDP mode ? Please find below the commands I used :&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;06/10/2021 14:25:43.518 [TX] - AT#XSOCKET=1,2,0&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/p&gt;
&lt;p&gt;06/10/2021 14:25:43.531 [RX] - #XSOCKET: 1,2,17&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;br /&gt;OK&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/p&gt;
&lt;p&gt;06/10/2021 14:25:45.413 [TX] - AT#XSENDTO=&amp;quot;UDP_server@&amp;quot;,9888&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/p&gt;
&lt;p&gt;06/10/2021 14:25:47.300 [TX] - 866833040544147004020304050607080910&amp;nbsp; // data&lt;br /&gt;06/10/2021 14:25:48.966 [TX] - +++&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // exit data mode&lt;br /&gt;06/10/2021 14:25:49.970 [RX] - OK&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/p&gt;
&lt;p&gt;06/10/2021 14:25:51.467 [TX] - AT#XSOCKET=0&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/p&gt;
&lt;p&gt;06/10/2021 14:25:51.480 [RX] - #XSOCKET: 0,&amp;quot;closed&amp;quot;&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;br /&gt;OK&amp;lt;CR&amp;gt;&amp;lt;LF&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send Hex data using AT#XSENDTO (SDK1.7)</title><link>https://devzone.nordicsemi.com/thread/332827?ContentTypeID=1</link><pubDate>Wed, 06 Oct 2021 12:00:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f41e2e6b-a997-4cf3-8494-99117140868d</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The Serial LTE modem application was updated in v1.7.0 and this parameter is no longer necessary.&lt;/p&gt;
&lt;p&gt;Please take a look at the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/releases/release-notes-1.7.0.html#nrf9160"&gt;release notes for v1.7.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You may also find the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.7.0/nrf/applications/serial_lte_modem/doc/slm_data_mode.html"&gt;&amp;quot;Running in data mode&amp;quot;&lt;/a&gt; page to be useful.&lt;/p&gt;
&lt;p&gt;Let me know if this answers your question, or if there is anything else I can help you with.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>