<?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 Re: RT1015 VCOM is not workable with c# serial tool in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/RT1015-VCOM-is-not-workable-with-c-serial-tool/m-p/1356223#M181594</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/157857"&gt;@kensu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please check this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/CDC-examples-on-imxrt1020-evk/m-p/891113" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/CDC-examples-on-imxrt1020-evk/m-p/891113&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It may related to your PC tool didn't contains&amp;nbsp;&lt;SPAN&gt;CTS/RTS, so you can refer to the above post, let&amp;nbsp; the SDK code&amp;nbsp;without CTS/RTS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try it on your side.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Oct 2021 06:33:34 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2021-10-15T06:33:34Z</dc:date>
    <item>
      <title>RT1015 VCOM is not workable with c# serial tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RT1015-VCOM-is-not-workable-with-c-serial-tool/m-p/1355722#M181545</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I use RT1015 and MUCXpressoSDK sample code(dev_cdc_vcom_bm).&lt;/P&gt;&lt;P&gt;The sample code will echo, and it's no problem with TeraTerm and Putty tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use C# tool to communicate with RT1015 VCOM.&lt;/P&gt;&lt;P&gt;I write c# serial program from&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.microsoft.com/zh-tw/dotnet/api/system.io.ports.serialport?view=dotnet-plat-ext-5.0" target="_blank"&gt;https://docs.microsoft.com/zh-tw/dotnet/api/system.io.ports.serialport?view=dotnet-plat-ext-5.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I made a small modification of c# code. I send "a" string every 1 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After one "a" is write from c# tool, the RT1015 is hang, and c# tool get write timeout.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone have comment?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I attach my c# tool source code and binary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 08:58:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RT1015-VCOM-is-not-workable-with-c-serial-tool/m-p/1355722#M181545</guid>
      <dc:creator>kensu</dc:creator>
      <dc:date>2021-10-14T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: RT1015 VCOM is not workable with c# serial tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RT1015-VCOM-is-not-workable-with-c-serial-tool/m-p/1356223#M181594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/157857"&gt;@kensu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please check this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/CDC-examples-on-imxrt1020-evk/m-p/891113" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/CDC-examples-on-imxrt1020-evk/m-p/891113&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It may related to your PC tool didn't contains&amp;nbsp;&lt;SPAN&gt;CTS/RTS, so you can refer to the above post, let&amp;nbsp; the SDK code&amp;nbsp;without CTS/RTS.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please try it on your side.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Wish it helps you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kerry&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Oct 2021 06:33:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RT1015-VCOM-is-not-workable-with-c-serial-tool/m-p/1356223#M181594</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-10-15T06:33:34Z</dc:date>
    </item>
  </channel>
</rss>

