<?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>i.MX Processors中的主题 Re: NXP Serial bouncing C++ messages</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1504155#M193684</link>
    <description>&lt;P&gt;I unfortunately do not have that sort of equipment.&amp;nbsp; My oscilloscope does not go to a high enough frequency to read USB and I don't have a logic analyzer.&amp;nbsp; We did hook up a JLink and ran the code in debug and noticed we are also getting junk data I am not sending. Do you have any suggestions that I could do with a standard PC?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shantal&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 17:12:32 GMT</pubDate>
    <dc:creator>ShantalW</dc:creator>
    <dc:date>2022-08-10T17:12:32Z</dc:date>
    <item>
      <title>NXP Serial bouncing C++ messages</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1502784#M193589</link>
      <description>&lt;P&gt;I have a NXP board, MIMXRT1060, that I am trying to have communicate with a C++ program via a Serial Comms USB connection.&amp;nbsp; I am connecting just fine, and receiving messages from the NXP board just fine, but when I attempt to send the board a message I get a response that is the exact message I sent, aka the message bounces instead of being handled.&amp;nbsp; For example, if I send an "updateLED" message expecting and "ACK" and the led to change color I instead get a "updateLED" message and the led doesn't change.&amp;nbsp; If the board sends me a message on it's own I get it just fine.&amp;nbsp; Does anyone know what would be causing this?&lt;/P&gt;&lt;P&gt;Could it be any of these settings?&amp;nbsp; Or am I missing a setting here:&lt;BR /&gt;dcbSerialParameters.BaudRate = CBR_115200;&lt;BR /&gt;dcbSerialParameters.ByteSize = 8;&lt;BR /&gt;dcbSerialParameters.StopBits = ONESTOPBIT;&lt;BR /&gt;dcbSerialParameters.Parity = NOPARITY;&lt;BR /&gt;dcbSerialParameters.fDtrControl = DTR_CONTROL_ENABLE;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 20:07:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1502784#M193589</guid>
      <dc:creator>ShantalW</dc:creator>
      <dc:date>2022-08-08T20:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: NXP Serial bouncing C++ messages</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1502885#M193598</link>
      <description>&lt;P&gt;Hi，&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;According to your description, it seems like you want to implement a shell application on RT1060 to handle the command from the C++ program, if yes, I'd like to suggest using the oscilloscope or logic analyzer to visualize the commands from the C++ program firstly,&lt;BR /&gt;then, check the code that handles the corresponding command.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 01:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1502885#M193598</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-08-09T01:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: NXP Serial bouncing C++ messages</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1503557#M193647</link>
      <description>&lt;P&gt;Hi TIC,&lt;/P&gt;&lt;P&gt;Unfortunately that doesn't answer my question.&amp;nbsp; The NXP side seems to be working okay as I can send it messages via putty and it works as expected, it is only when I send the messages from C++ that it fails.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shantal&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 23:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1503557#M193647</guid>
      <dc:creator>ShantalW</dc:creator>
      <dc:date>2022-08-09T23:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: NXP Serial bouncing C++ messages</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1503621#M193650</link>
      <description>&lt;P&gt;Hi，&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;According to your statement, I'd like to suggest using the oscilloscope or logic analyzer to visualize the commands from the C++ program, then compare them with Putty's.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 02:40:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1503621#M193650</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-08-10T02:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: NXP Serial bouncing C++ messages</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1504155#M193684</link>
      <description>&lt;P&gt;I unfortunately do not have that sort of equipment.&amp;nbsp; My oscilloscope does not go to a high enough frequency to read USB and I don't have a logic analyzer.&amp;nbsp; We did hook up a JLink and ran the code in debug and noticed we are also getting junk data I am not sending. Do you have any suggestions that I could do with a standard PC?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shantal&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 17:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1504155#M193684</guid>
      <dc:creator>ShantalW</dc:creator>
      <dc:date>2022-08-10T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: NXP Serial bouncing C++ messages</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1504390#M193699</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204784"&gt;@ShantalW&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Maybe you can try to use Wireshark to monitor and capture data go through the USB device which is sent by the C++ program, it can help you to figure out whether the C++ program sends the expected data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeremyzhou_0-1660184044491.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/189860iDAD103C006D3A6A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeremyzhou_0-1660184044491.png" alt="jeremyzhou_0-1660184044491.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 02:14:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-Serial-bouncing-C-messages/m-p/1504390#M193699</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2022-08-11T02:14:21Z</dc:date>
    </item>
  </channel>
</rss>

