<?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>FreeMASTER中的主题 Re: freeMASTER scripting</title>
    <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043474#M169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like START command to start as window process , Is there a command to STOP the freeMASTER ? that is to stop data logging.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2020 03:21:46 GMT</pubDate>
    <dc:creator>vpandey1</dc:creator>
    <dc:date>2020-06-25T03:21:46Z</dc:date>
    <item>
      <title>freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043470#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi there&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;I'm new to using freeMASTER &amp;amp; would appreciate if someone can help with following&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;1. How to use&amp;nbsp;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="border: 0px; font-weight: bold;"&gt;command line&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to issue START command to freeMASTER to start with logging. For our test application running NI labview, command needs to be issued to freeMASTER to start the data logging. The unit under test is connected to PC through USB port and at power up embedded code will start with internal checks on unit &amp;amp; start outputting messages on USB com port. The power up is done using labview code.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;2. Once data is logged need to save logged data to excel file. Please help on how to save data to excel file.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2020 00:35:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043470#M165</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-06-14T00:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043471#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FreeMASTER is not able to just capture and log any traffic that your embedded application generates on the USB/COM port. FreeMASTER uses a communication protocol to exchange commands and responses with the target device over Serial line, CAN or other support transport. The target device should&amp;nbsp;support the FreeMASTER protocol. Please read the FreeMASTER User Guide or watch some &lt;A _jive_internal="true" href="https://community.nxp.com/community/general-purpose-mcus/blog/2020/04/22/register-for-upcoming-freemaster-four-part-webinar-series-how-to-control-and-visualize-data-from-your-embedded-application-with-freemaster"&gt;introduction videos&lt;/A&gt; to find more details about the FreeMASTER basic features.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;your device already supports the FreeMASTER communication, then you can write a simple node.js or Python script which will automate the FreeMASTER application to open the&amp;nbsp;communication and start capturing the variable data. And well, when working&amp;nbsp;with at raw&amp;nbsp;command-line level and scripts,&amp;nbsp;I would not use FreeMASTER desktop application to log data to file. You have more options and freedom&amp;nbsp;to do any arbitrary data capture and logging in the script directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached, you can see a simple node.js script which reads a single variable named "var16". Look for the&amp;nbsp;&lt;STRONG&gt;read-single-var.js&lt;/STRONG&gt; file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2020 08:28:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043471#M166</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2020-06-19T08:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043472#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PCB is based on Kinetics device and supports freeMASTER communication. I'm not familiar with JavaScript, do you have an example in python script? . I'm looking for example to issue "START" command to start the FreeMASTER &amp;amp; once test is complete then issuing a command to log the defined variables data into excel file.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;My requirement for using freeMASTER is for production environment and the design team would like us to use freeMASTER&lt;/SPAN&gt;. Scripting is preferred option to automate the use of freeMASTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2020 22:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043472#M167</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-06-21T22:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043473#M168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/vpandey@dynamiccontrols.com"&gt;vpandey@dynamiccontrols.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a python (v3) version&amp;nbsp;of the JS example provided by Michal. Note: you need to install some additional dependencies specified in &lt;EM&gt;&lt;STRONG&gt;requirements.txt&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;To answer other questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM style="background-color: #ffffff; color: #51626f; "&gt;"START" command to start the FreeMASTER&lt;/EM&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt; - you start it as a standard Windows process:&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV style="color: #000000; font-weight: normal; font-size: 14px;"&gt;&lt;DIV style="color: #000000;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;START&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"C:\NXP\FreeMASTER&amp;nbsp;3.0\FreeMASTER\pcmaster.exe"&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #a31515;"&gt;"path_to_your_project.pmpx"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 15px;"&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&lt;EM&gt;log&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; "&gt;&lt;EM&gt; the defined variables data into excel file&lt;/EM&gt; - you'd need to use a 3rd party python module to&amp;nbsp;interact with excel file&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; font-size: 15px; "&gt;Hope this helps,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f; font-size: 15px; "&gt;Iulian&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 10:41:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043473#M168</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2020-06-22T10:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043474#M169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like START command to start as window process , Is there a command to STOP the freeMASTER ? that is to stop data logging.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2020 03:21:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043474#M169</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-06-25T03:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043475#M170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming your application flow looks like the one in the picture bellow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113853i028B97ECF2D41134/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;it's up to you when&amp;nbsp;the data logging should be stopped (it is basically controlled by your script). If you want to Stop FreeMASTER just kill the process:&amp;nbsp;&lt;SPAN style="color: #0000ff;"&gt;taskkill&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;/IM&amp;nbsp;pcmaster.exe (assuming you have only one instance of Fmstr running on the PC, otherwise you'd need to obtain the PID and use it with&amp;nbsp;&lt;SPAN style="color: #0000ff;"&gt;taskkill&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;command&lt;/SPAN&gt;&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp;the same can be achieved with Python as well (&lt;EM&gt;&lt;STRONG&gt;subprocess.Popen/os.kill&lt;/STRONG&gt;&lt;/EM&gt;), or any other external application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw,&amp;nbsp;have you heard about &lt;A href="https://www.nxp.com/design/training/getting-started-with-freemaster-lite-and-json-rpc-protocol:GETTING-STARTED-FREEMASTER-LITE"&gt;FreeMASTER Lite&lt;/A&gt; (it's a light weight NodeJS wrapped build on top of the FreeMASTER communication library). It has no UI, and you could run it in the background without the need to each time start/stop the process (the flow would be just as above, but without first and last nodes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iulian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2020 07:24:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043475#M170</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2020-06-25T07:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043476#M171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for explanation. I'm planning to use labview active-x to issue command &amp;amp; log data.&lt;/P&gt;&lt;P&gt;Selecting pcmaster active -x class "McbPcmLib.IMcbPcm" issuing of commands &amp;amp; logging data may be possible.&lt;/P&gt;&lt;P&gt;I saw in post someone tried this earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm told by design that for our application freeMASTER will just be listening /&amp;nbsp; reading the data on USB and variables as defined in elf file will get the values. Then the variables to be written to csv file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel steps may be like below&lt;/P&gt;&lt;P&gt;1. START command is issued to freeMASTER ( Python or labview)&lt;/P&gt;&lt;P&gt;2. UUT is powered up &amp;amp; goes into test mode and starts sending data to freeMASTER as test goes.&lt;/P&gt;&lt;P&gt;3. At test finish STOP COMM command is issued to freeMASTER &amp;amp; data in variables is written to CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2020 08:12:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043476#M171</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-06-25T08:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043477#M172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have further query regarding reading variables, I'm trying labview active-x &amp;amp; able to open project when open Project command is given to open the freeMASTER project. My question is that say if project is open but I don't have a physical board with me. I can see variables in the watch window. Is there any freeMASTER command available to save the variable values in off line mode - just want to simulate commands while waiting for board being built.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 08:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043477#M172</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-07-07T08:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043478#M173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, FreeMASTER has no "offline" mode, nor similar functionality. (It always expects the board to be connected, otherwise function calls fail with timeout error).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iulian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 10:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043478#M173</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2020-07-07T10:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043479#M174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding "active-x" - write variable method. I would like to update a variable value using active-x but unable to do so as not sure How to press "Enter" using active -x or rather combine the value with enter so the value can get updated , when doing manually value gets updated after I enter new value &amp;amp; press Enter from keyboard.&lt;/P&gt;&lt;P&gt;I am able to read values using "Read Variable" method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 04:19:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043479#M174</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-07-13T04:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043480#M175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To write a value, you just need to call the&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;WriteVariable&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;function using the predefined variable name and desired value (ex:&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;pcm.WriteVariable('var16inc', 10);&lt;/STRONG&gt;&lt;/EM&gt;), no other operations are required. To catch any errors during the write operation you could use the full function signature&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;WriteVariable ([in] var, [in] value, [out] retMsg)&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;(Ch. 6.5.13 of the User Manual),&amp;nbsp;where the last argument is an output value that would carry the error message. You can also access this value using direct ActiveX object property &lt;EM&gt;&lt;STRONG&gt;LastRetMsg&lt;/STRONG&gt;&lt;/EM&gt; (Ch. 6.6 UM).&lt;/P&gt;&lt;P&gt;Could you first check your call&amp;nbsp;for&amp;nbsp;any errors ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iulian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 07:36:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043480#M175</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2020-07-13T07:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043481#M176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was an issue with my command format &amp;amp; problem got resolved.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What 'Exit' active-x command does?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 04:44:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043481#M176</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-07-14T04:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043482#M177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It instructs the FreeMASTER application to quit. Equivalent to pressing the &lt;EM&gt;&lt;STRONG&gt;Exit&lt;/STRONG&gt;&lt;/EM&gt; option in &lt;EM&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;/EM&gt; menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115733iF67DA58A28D4CE02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Iulian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 07:20:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043482#M177</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2020-07-14T07:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043483#M178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lulian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell- How can I fix the PC's comm port used by freeMaster application? connected to kinetics MKE14Z based micro.&lt;/P&gt;&lt;P&gt;During&amp;nbsp;testing&amp;nbsp;of units&amp;nbsp;we find that freeMaster comm port number changes from unit to unit.&lt;/P&gt;&lt;P&gt;Or else Is there a script command available in active-x to define or set comm port in freeMaster - basically same as we do manually by going into Project ---&amp;gt; options. I can read the comm port number using dos batch command &amp;amp; then can set the port number in freeMaster if a command is available.&lt;/P&gt;&lt;P&gt;I could not find StartComm commands in active-x which is given in the manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 03:09:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043483#M178</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-08-27T03:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043484#M179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the USB/COM port numbers are assigned by Windows system. FreeMASTER cannot change the number. However, for the desktop FreeMASTER application, there is one trick that could help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to specify the COM port by exact number like COM65 (see the picture below). You can use &lt;STRONG&gt;any&lt;/STRONG&gt; word or sub-string from the port's description text, that is displayed next to the port number in FreeMASTER Options dialog. This text&amp;nbsp;is always the same for the same kind of port, even if number changes when you plug-in a different board (of the same kind). In order to make the identification unique, you just need to&amp;nbsp;pick a word from the description which is not contained in other ports' descriptions.&amp;nbsp;&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/111042i6383CF5D8BE2AEE0/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;Regards,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2020 06:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043484#M179</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2020-08-27T06:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: freeMASTER scripting</title>
      <link>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043485#M180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2020 00:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/freeMASTER-scripting/m-p/1043485#M180</guid>
      <dc:creator>vpandey1</dc:creator>
      <dc:date>2020-08-28T00:58:17Z</dc:date>
    </item>
  </channel>
</rss>

