<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AS1_SendBlock equivilant in full MQX in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/AS1-SendBlock-equivilant-in-full-MQX/m-p/797861#M17891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed an MQX-Lite application which uses AS1_SendBlock to transmit variable length commands to a display via the serial channel. The commands are a series of HEX values.&lt;/P&gt;&lt;P&gt;I would like use the dame display in a new MQX4.1 (or MQX4.2) project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message comprises a series of Bytes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;struct {&lt;BR /&gt;byte Command;&lt;BR /&gt;byte ObjectIndex;&lt;BR /&gt;byte Length;&lt;BR /&gt;byte Byte1;&lt;BR /&gt;byte Byte2;&lt;BR /&gt;byte Byte3;&lt;BR /&gt;byte Byte4;&lt;BR /&gt;byte Checksum;&lt;BR /&gt;} message;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and is then sent to the display using;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS1_SendBlock((byte*)&amp;amp;message, sizeof(message), &amp;amp;Sent);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve the same in my full MQX projects...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2018 11:43:58 GMT</pubDate>
    <dc:creator>MWMinor</dc:creator>
    <dc:date>2018-11-02T11:43:58Z</dc:date>
    <item>
      <title>AS1_SendBlock equivilant in full MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/AS1-SendBlock-equivilant-in-full-MQX/m-p/797861#M17891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have developed an MQX-Lite application which uses AS1_SendBlock to transmit variable length commands to a display via the serial channel. The commands are a series of HEX values.&lt;/P&gt;&lt;P&gt;I would like use the dame display in a new MQX4.1 (or MQX4.2) project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message comprises a series of Bytes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;struct {&lt;BR /&gt;byte Command;&lt;BR /&gt;byte ObjectIndex;&lt;BR /&gt;byte Length;&lt;BR /&gt;byte Byte1;&lt;BR /&gt;byte Byte2;&lt;BR /&gt;byte Byte3;&lt;BR /&gt;byte Byte4;&lt;BR /&gt;byte Checksum;&lt;BR /&gt;} message;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and is then sent to the display using;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS1_SendBlock((byte*)&amp;amp;message, sizeof(message), &amp;amp;Sent);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve the same in my full MQX projects...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ken&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2018 11:43:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/AS1-SendBlock-equivilant-in-full-MQX/m-p/797861#M17891</guid>
      <dc:creator>MWMinor</dc:creator>
      <dc:date>2018-11-02T11:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: AS1_SendBlock equivilant in full MQX</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/AS1-SendBlock-equivilant-in-full-MQX/m-p/797862#M17892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="38404" data-username="MWMinor" href="https://community.nxp.com/people/MWMinor"&gt;Ken&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use _msgq_send&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/74717i0071159D067EA4BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a demo under the MQX installation folder.&lt;/P&gt;&lt;P&gt;Freescale\Freescale_MQX_4_2\mqx\examples\msg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 07:50:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/AS1-SendBlock-equivilant-in-full-MQX/m-p/797862#M17892</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-11-13T07:50:49Z</dc:date>
    </item>
  </channel>
</rss>

