<?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: TCP over serial plugin FreeMASTER Lite support in FreeMASTER</title>
    <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912430#M1772</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am not aware of that point of the implementation support, but I will notify the responsible to deliver this note, in case I received a useful info I will inform you for sure.&lt;BR /&gt;&lt;BR /&gt;Also, I hope if something show up in the near feature please drop it here.&lt;/P&gt;&lt;P&gt;thanks for your support!&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;Adnan&lt;/P&gt;&lt;P&gt;Kin&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2024 16:31:33 GMT</pubDate>
    <dc:creator>AELhammoudi</dc:creator>
    <dc:date>2024-07-19T16:31:33Z</dc:date>
    <item>
      <title>TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1909725#M1754</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have an application using a TCP over serial plugin, and it seems to be connecting to the desktop application.&lt;/P&gt;&lt;P&gt;Now, I need to implement some pytest cases with integration of &lt;STRONG&gt;FreeMASTER Lite&lt;/STRONG&gt;. After multiple tries, I found that it was not possible to connect via this plug-in, and&amp;nbsp; I found it's not supported yet.&lt;/P&gt;&lt;P&gt;Do you have any suggestions or feedback? thanks!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Adnan&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 11:34:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1909725#M1754</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-16T11:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1910549#M1756</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233938"&gt;@AELhammoudi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Are you referring to Serial over TCP communication plugin ?&lt;BR /&gt;If so, it is supported by FreeMASTER Lite but has experimental status:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/288963i9C81364AD8382B61/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I just noticed that the connection string generated by the FreeMASTER tool when exporting service configuration has a wrong format (we will address this issue).&lt;BR /&gt;Could you check if your connection string is using the following format:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TCPCOM;{HOST_NAME};port={PORT_NUMBER};timeout={TIMEOUT_IN_MS}&lt;/LI-CODE&gt;
&lt;P&gt;example:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
  ...
  "connections": [
    {
      "name": "preset",
      "description": "Default connection",
      "connection_string": "TCPCOM;127.0.0.1;port=5001;timeout=2000"
    }
  ]
  ...
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Let us know if you are still facing issues using this feature so we can improve its stability.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Iulian&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 11:30:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1910549#M1756</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-17T11:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1910717#M1757</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm referring to this one, are they identical?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AELhammoudi_2-1721236262826.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/289003i06E0EA186A4701ED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AELhammoudi_2-1721236262826.png" alt="AELhammoudi_2-1721236262826.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;kind regards,&lt;BR /&gt;Adnan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 17:13:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1910717#M1757</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-17T17:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911079#M1758</link>
      <description>&lt;P&gt;Hi Adnan,&lt;/P&gt;
&lt;P&gt;Yes, that's the one I was referring to.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 07:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911079#M1758</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-18T07:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911125#M1759</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I've attempted to modify the string connection to TCPCOM before posting here, and today I tried again with no success.&lt;/P&gt;&lt;P&gt;The error I'm encountering after running the test case is "&lt;STRONG&gt;Cannot connect to the server.&lt;/STRONG&gt;" I will attach the logs for the error to provide more insight.&lt;/P&gt;&lt;P&gt;I also attempted to change the connection string to DAP. I'm flashing the board via a J-Link probe in DAP-CMSIS mode, and it was able to connect and detect the board. just to demonstrate if FreeMASTER Lite works.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Adnan&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 08:04:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911125#M1759</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-18T08:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911371#M1762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233938"&gt;@AELhammoudi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There's still one change required → the `addr=` part is redundant.&lt;/P&gt;
&lt;P&gt;Instead of&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TCPCOM;addr=localhost;port=9991;timeout=500&lt;/LI-CODE&gt;
&lt;P&gt;it should be&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;TCPCOM;localhost;port=9991;timeout=500&lt;/LI-CODE&gt;
&lt;P&gt;'It is intentionally done to match TCP/UDP plugin.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 12:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911371#M1762</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-18T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911425#M1763</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I believe the modification in the configuration file was not implemented and needs to be changed manually.&lt;/P&gt;&lt;P&gt;However, after removing &lt;STRONG&gt;"addr="&amp;nbsp;&lt;/STRONG&gt;from the string,&amp;nbsp;I encountered a new error &lt;STRONG&gt;"This feature is only available on devices supporting protocol v4 and later".&lt;/STRONG&gt; Despite this, the application can still connect via the desktop application.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Adnan&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 Jul 2024 14:14:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911425#M1763</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-18T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911975#M1764</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233938"&gt;@AELhammoudi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This plugin does require a newer version of the FreeMASTER Driver (that support protocol version 4). Could you provide more details about your setup:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What board are you using ?&lt;/LI&gt;
&lt;LI&gt;What version of FreeMASTER Driver ?&lt;BR /&gt;You can find the version by checking "&lt;SPAN&gt;&lt;STRONG&gt;FMSTR_VERSION&lt;/STRONG&gt;"&lt;/SPAN&gt; macro definition in "&lt;EM&gt;&lt;STRONG&gt;freemaster_defcfg.h&lt;/STRONG&gt;&lt;/EM&gt;"&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 19 Jul 2024 07:39:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1911975#M1764</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-19T07:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912026#M1765</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am using a customized board for our customer based on &lt;STRONG&gt;iMXRT1075&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;freemaster_defcfg.h :&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;/* Define global version macro */
#define FMSTR_VERSION     0x00030004
#define FMSTR_VERSION_STR "3.0.4"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;freemaster_cfg.h:&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;// Select communication interface
#define FMSTR_TRANSPORT         FMSTR_SERIAL           // Use serial transport layer
#define FMSTR_SERIAL_DRV        FMSTR_SERIAL_BSP_COM   // Use serial driver for UART&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jul 2024 08:23:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912026#M1765</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-19T08:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912121#M1766</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233938"&gt;@AELhammoudi&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I was able to reproduce your issue, it seems to be related to the used driver config (I will need to investigate it).&lt;/P&gt;
&lt;P&gt;As a work around I could suggest using LPUART (if it is possible in your case):&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//! Select communication interface
#define FMSTR_TRANSPORT         FMSTR_SERIAL    // Use serial transport layer */
#define FMSTR_SERIAL_DRV        FMSTR_SERIAL_MCUX_LPUART // Use serial driver for LPUART */&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 09:31:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912121#M1766</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-19T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912187#M1767</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for your response!&lt;BR /&gt;&lt;BR /&gt;This is their driver implementation &lt;STRONG&gt;FMSTR_SERIAL_BSP_COM &lt;/STRONG&gt;which is customized.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;// Select communication interface
#define FMSTR_TRANSPORT         FMSTR_SERIAL           // Use serial transport layer
#define FMSTR_SERIAL_DRV        FMSTR_SERIAL_BSP_COM   // Use serial driver for UART&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;I don't think I can change it to a different driver configuration.&lt;/P&gt;&lt;P&gt;which driver configurations you were able to reproduce same issue with?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;kind regards,&lt;BR /&gt;Adnan&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 10:36:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912187#M1767</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-19T10:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912223#M1769</link>
      <description>&lt;P&gt;I used USB CDC communication configuration:&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;#define FMSTR_TRANSPORT         FMSTR_SERIAL
#define FMSTR_SERIAL_DRV        FMSTR_SERIAL_MCUX_USB&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and got the same "&lt;STRONG&gt;This feature is only available on devices supporting protocol v4 and later&lt;/STRONG&gt;" error although Driver version&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;3.0.4&amp;nbsp;&lt;/STRONG&gt;does support protocol v4.&lt;/P&gt;
&lt;P&gt;I thought that you used a variation of USB CDC, I did not know that you had a custom implementation.&amp;nbsp; Did you use an existing communication driver as code base or is it fully custom ?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 11:16:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912223#M1769</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-19T11:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912256#M1770</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Our client uses a fully customized driver trying to process the serial stream passed through the CAN interface.&lt;BR /&gt;&lt;BR /&gt;I am curious about this plugin and how it can be used in FreeMASTER Lite, should I report the issue or do I have to wait?&lt;BR /&gt;&lt;BR /&gt;If you need further info, please let me know.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Adnan&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 Jul 2024 12:01:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912256#M1770</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-19T12:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912330#M1771</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233938"&gt;@AELhammoudi&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Considering FreeMASTER desktop tool is working properly with the custom driver there is an issue on FreeMASTER Lite side. At this point I logged the USB CDC issue that I was able to reproduce. Hopefully, it has the same root cause as the one you are facing.&lt;/P&gt;
&lt;P&gt;Unfortunately, there is no short solution but to use FreeMASTER desktop tool. I may come with updates on FreeMASTER Lite in a few weeks.&lt;/P&gt;
&lt;P&gt;In case you or your client received assistance from NXP engineers for the custom driver implementation, I could follow up with them&amp;nbsp;internally. In this case please mail me their contact info.&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;BR /&gt;Iulian&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 14:16:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912330#M1771</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2024-07-19T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912430#M1772</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am not aware of that point of the implementation support, but I will notify the responsible to deliver this note, in case I received a useful info I will inform you for sure.&lt;BR /&gt;&lt;BR /&gt;Also, I hope if something show up in the near feature please drop it here.&lt;/P&gt;&lt;P&gt;thanks for your support!&lt;/P&gt;&lt;P&gt;kind regards,&lt;/P&gt;&lt;P&gt;Adnan&lt;/P&gt;&lt;P&gt;Kin&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 16:31:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1912430#M1772</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-19T16:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: TCP over serial plugin FreeMASTER Lite support</title>
      <link>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1918326#M1779</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/100557"&gt;@iulian_stan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have sent a private message. Please take a look.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Adnan El hammoudi&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 18:53:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/TCP-over-serial-plugin-FreeMASTER-Lite-support/m-p/1918326#M1779</guid>
      <dc:creator>AELhammoudi</dc:creator>
      <dc:date>2024-07-26T18:53:15Z</dc:date>
    </item>
  </channel>
</rss>

