<?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>MQX Software SolutionsのトピックRe: RS485 on TWR-SER</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761557#M17798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried with new codewarrior v11 and MQX 4.2 ,with example&amp;nbsp;C:\Freescale\Freescale_MQX_4_2\rtcs\examples\eth_to_serial I got error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fatal Error: Device "" is not interrupt driven serial line.&lt;BR /&gt;This demo application requires enabled interrupt driven serial line (i.e "ittyf:").&lt;BR /&gt;Please define proper device using macro SERIAL_DEVICE and recompile this demo application.&lt;BR /&gt;Please add proper configuration to user_config.h&lt;BR /&gt;i.e #define BSPCFG_ENABLE_ITTYF 1&lt;BR /&gt; #define BSP_DEFAULT_IO_CHANNEL_DEFINED&lt;BR /&gt; #define BSP_DEFAULT_IO_CHANNEL "ittyf:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp;I try by putting&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;#define BSPCFG_ENABLE_ITTYF 1&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#define BSP_DEFAULT_IO_CHANNEL_DEFINED&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#define BSP_DEFAULT_IO_CHANNEL "ittyf:"&amp;nbsp; &amp;nbsp;this lines in user_conf.h ,but got error&amp;nbsp;&lt;BR /&gt;Fatal Error: Unable to open device "ittyf:".&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. I have try with&amp;nbsp; a,b,c instead of f in ITTYF and ittyf but not work for me&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 12:50:59 GMT</pubDate>
    <dc:creator>ajaygore</dc:creator>
    <dc:date>2018-02-27T12:50:59Z</dc:date>
    <item>
      <title>RS485 on TWR-SER</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761555#M17796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am Working on freescale MCF3225x and&amp;nbsp; TWR-SER board in which I am using C:\Program Files\Freescale\Freescale MQX 3.4\demo\telnet_to_serial\codewarrior \telnet2ser example ,this example work fine with RS232 output (transmit and receive ) but as I change jumper setting to&amp;nbsp;RS 485, I can send data string from tower to&amp;nbsp;PC but PC to Tower data string does not get transmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 14:18:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761555#M17796</guid>
      <dc:creator>ajaygore</dc:creator>
      <dc:date>2018-02-21T14:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 on TWR-SER</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761556#M17797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX 3.4 is very old,&amp;nbsp; I would suggest you try this in a new version.&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>Fri, 23 Feb 2018 08:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761556#M17797</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2018-02-23T08:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 on TWR-SER</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761557#M17798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried with new codewarrior v11 and MQX 4.2 ,with example&amp;nbsp;C:\Freescale\Freescale_MQX_4_2\rtcs\examples\eth_to_serial I got error&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fatal Error: Device "" is not interrupt driven serial line.&lt;BR /&gt;This demo application requires enabled interrupt driven serial line (i.e "ittyf:").&lt;BR /&gt;Please define proper device using macro SERIAL_DEVICE and recompile this demo application.&lt;BR /&gt;Please add proper configuration to user_config.h&lt;BR /&gt;i.e #define BSPCFG_ENABLE_ITTYF 1&lt;BR /&gt; #define BSP_DEFAULT_IO_CHANNEL_DEFINED&lt;BR /&gt; #define BSP_DEFAULT_IO_CHANNEL "ittyf:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; &amp;nbsp;I try by putting&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;#define BSPCFG_ENABLE_ITTYF 1&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#define BSP_DEFAULT_IO_CHANNEL_DEFINED&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;#define BSP_DEFAULT_IO_CHANNEL "ittyf:"&amp;nbsp; &amp;nbsp;this lines in user_conf.h ,but got error&amp;nbsp;&lt;BR /&gt;Fatal Error: Unable to open device "ittyf:".&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. I have try with&amp;nbsp; a,b,c instead of f in ITTYF and ittyf but not work for me&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 12:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761557#M17798</guid>
      <dc:creator>ajaygore</dc:creator>
      <dc:date>2018-02-27T12:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: RS485 on TWR-SER</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761558#M17799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;eth_to_serial&lt;SPAN&gt;&amp;nbsp; example work with RS232 with configuration ittyb.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2018 20:05:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RS485-on-TWR-SER/m-p/761558#M17799</guid>
      <dc:creator>ajaygore</dc:creator>
      <dc:date>2018-03-03T20:05:57Z</dc:date>
    </item>
  </channel>
</rss>

