<?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: Python connection to &amp;quot;Metrowerks.Hiwave&amp;quot; Windows 10 64 bit in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1439723#M18582</link>
    <description>&lt;P&gt;Hello Paul,&lt;/P&gt;
&lt;P&gt;I'm not sure what the issue is, however, CW 5.1 does no work with Win10.&lt;/P&gt;
&lt;P&gt;You need to use CW5.2 instead.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/codewarrior-development-tools/downloads:CW_DOWNLOADS" target="_blank"&gt;https://www.nxp.com/design/software/development-software/codewarrior-development-tools/downloads:CW_DOWNLOADS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 13:00:16 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2022-04-06T13:00:16Z</dc:date>
    <item>
      <title>Python connection to "Metrowerks.Hiwave" Windows 10 64 bit</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1439052#M18578</link>
      <description>&lt;P&gt;I am trying to connect with previously working Python 3.3 code of:&lt;/P&gt;&lt;P&gt;Win32com is installed.&lt;/P&gt;&lt;PRE&gt;debugger = win32com.client.Dispatch(&lt;SPAN&gt;"Metrowerks.Hiwave"&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;P&gt;Does not work.&amp;nbsp; So is this because it needs to be an older OS or 32 bit version of WIndows10?&lt;/P&gt;&lt;P&gt;Or is there another way to connect to the Hiwave COM object using Python now?&lt;/P&gt;&lt;P&gt;Version info:&lt;/P&gt;&lt;P&gt;Python 3.3&lt;/P&gt;&lt;P&gt;Windows:&amp;nbsp;Edition Windows 10 Enterprise&lt;BR /&gt;Version 21H2&lt;BR /&gt;Installed on ‎6/‎15/‎2021&lt;BR /&gt;OS build 19044.1526&lt;BR /&gt;Experience Windows Feature Experience Pack 120.2212.4170.0&lt;/P&gt;&lt;P&gt;CodeWarrior Development Studio for the S12(X) Version 5.1, build 10221&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 16:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1439052#M18578</guid>
      <dc:creator>Paul53818</dc:creator>
      <dc:date>2022-04-05T16:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python connection to "Metrowerks.Hiwave" Windows 10 64 bit</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1439723#M18582</link>
      <description>&lt;P&gt;Hello Paul,&lt;/P&gt;
&lt;P&gt;I'm not sure what the issue is, however, CW 5.1 does no work with Win10.&lt;/P&gt;
&lt;P&gt;You need to use CW5.2 instead.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/codewarrior-development-tools/downloads:CW_DOWNLOADS" target="_blank"&gt;https://www.nxp.com/design/software/development-software/codewarrior-development-tools/downloads:CW_DOWNLOADS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 13:00:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1439723#M18582</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2022-04-06T13:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Python connection to "Metrowerks.Hiwave" Windows 10 64 bit</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1520111#M18838</link>
      <description>&lt;P&gt;To summarize: Is there a way to utilize the COM interface with Hiwave (&lt;SPAN&gt;CW5.2)&amp;nbsp;&lt;/SPAN&gt;on Windows 10 or is there another method to automate sending commands to hiwave?&lt;/P&gt;&lt;P&gt;Details: I'm running an older verison of CodeWarrior/Hiwave on windows XP which will correctly find and dispatch the "Metrowerks.Hiwave"; allowing automated debugging via python.&lt;/P&gt;&lt;P&gt;However, on Windows 10 with v5.2, I'm unable to dispatch the "Metrowerks.Hiwave" in a similar manner. From the command line, "...hiwave.exe -RegServer" appears to not complain, but I'm not able to utilize the COM Interface and dispatching returns essentially a invalid class string error (i.e. not found).&lt;/P&gt;&lt;P&gt;As a side note, on XP,&amp;nbsp;"Metrowerks.Hiwave" appears as an item in the windows XP registry for the "ComHiwave Class" item's VersionIndependentProgID.&lt;/P&gt;&lt;P&gt;However, downloading and installing the CodeWarrior v5.2 and the associated service pack "...Final_SP_b170524" doesn't place a similar&amp;nbsp;"Metrowerks.Hiwave" in the Windows 10 registry.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 16:49:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1520111#M18838</guid>
      <dc:creator>Fremwise</dc:creator>
      <dc:date>2022-09-09T16:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python connection to "Metrowerks.Hiwave" Windows 10 64 bit</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1563068#M18979</link>
      <description>&lt;P&gt;Windows 10 fix-ish:&lt;/P&gt;&lt;P&gt;After installing &lt;SPAN&gt;CodeWarrior Development Studio for the S12(X) Version &lt;/SPAN&gt;5.2, the 'Metrowerks.Hiwave' doesn't exist in the registery.&lt;/P&gt;&lt;P&gt;To ensure it gets added to the registry:&lt;/P&gt;&lt;P&gt;&amp;nbsp;- open a PowerShell window and navigate to the hiwave.exe in the installation folder, likely c:\program files (x86)\freescale\&amp;lt;cwversion&amp;gt;\prog\&amp;nbsp;&lt;/P&gt;&lt;P&gt;- type&amp;nbsp;&lt;FONT face="courier new,courier"&gt;.\hiwave.exe -RegServer&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;- check the registry and the "Metrowerks.Hiwave" should now be present allowing python to utilize the windows COM interface to automate hiwave related commands&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 23:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1563068#M18979</guid>
      <dc:creator>Fremwise</dc:creator>
      <dc:date>2022-12-01T23:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Python connection to "Metrowerks.Hiwave" Windows 10 64 bit</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1563069#M18980</link>
      <description>It may have been a lack of using PowerShell with admin privileges, but the hiwave.exe -RegServer does indeed work now.</description>
      <pubDate>Thu, 01 Dec 2022 23:27:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Python-connection-to-quot-Metrowerks-Hiwave-quot-Windows-10-64/m-p/1563069#M18980</guid>
      <dc:creator>Fremwise</dc:creator>
      <dc:date>2022-12-01T23:27:34Z</dc:date>
    </item>
  </channel>
</rss>

