<?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: Serial communication from NMITerm to LabView in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927460#M416632</link>
    <description>The terminal program may be doing it for you as you type.&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Dennis Knutson on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 06-16-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 10:34 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 16 Jun 2009 16:34:56 GMT</pubDate>
    <dc:creator>Dennis_Knutson</dc:creator>
    <dc:date>2009-06-16T16:34:56Z</dc:date>
    <item>
      <title>Serial communication from NMITerm to LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927348#M416579</link>
      <description>&lt;P&gt;I have a Resonance Instruments microwave that I'm trying to control through serial interface using LabView.&amp;nbsp; I have controlled other serial devices for testing using the basic serial write and read vi example and I can control the microwave using NMITerm terminal I received from Resonance.&amp;nbsp; But for some reason I can't get the microwave to communication with LabView.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The microwave uses the standard settings of 9600 baud rate, 8 data bits, No parity, 1 stop bit and no flow control.&amp;nbsp; Using the NMITerm I can enter the example string of "T005P025O", where T is for time, 005 is five seconds, P is for setting the power, 025 is the requested watts and O starts the microwave.&amp;nbsp; The string does not require a carriage return to start.&amp;nbsp; As soon as I typed "O" the microwave begins heating.&amp;nbsp; I can also type the letter "R" to get the current microwave settings, again no carriage return is required.&amp;nbsp; Type R and up comes the settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screen capture of the terminal page.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't figure out what I'm missing&amp;nbsp; in LabView&amp;nbsp;or the&amp;nbsp;basic serial write and Read VI.&amp;nbsp; I have tried sending the string with and without the preceeding "/" and with a number of different suffix combinations including "O\n", "O\r\n" with no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a specific setting I need to change for the string ending in "O" instead R for the standard carriage return?&amp;nbsp; Or am I missing another setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:09:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927348#M416579</guid>
      <dc:creator>dannyjhu</dc:creator>
      <dc:date>2009-06-16T15:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication from NMITerm to LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927353#M416582</link>
      <description>&lt;P&gt;Danny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Post your code so someone can take a peek.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also suggest that you fire up NISpy and log the actual data that the NMITerm program is sending to the instrument.&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Wayne.C on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 06-16-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 11:18 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Jun 2009 15:18:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927353#M416582</guid>
      <dc:creator>Wayne.C</dc:creator>
      <dc:date>2009-06-16T15:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication from NMITerm to LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927368#M416588</link>
      <description>If you are using '\' codes your control\constant must be set in that modus. Right click on the string item and select '\' codes display</description>
      <pubDate>Tue, 16 Jun 2009 15:27:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927368#M416588</guid>
      <dc:creator>Coq_Rouge</dc:creator>
      <dc:date>2009-06-16T15:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication from NMITerm to LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927451#M416629</link>
      <description>&lt;P&gt;Wayne,&amp;nbsp; I'm using the basic serial write and read example from LabView examples.&amp;nbsp; I have attached it for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Coq rouge, the example program has the "\" code aready set.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the terminal program it doesn't require a "\".&amp;nbsp; If the terminal program doesn't need the "\"&amp;nbsp; does that mean I don't need it in LabView?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:27:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927451#M416629</guid>
      <dc:creator>dannyjhu</dc:creator>
      <dc:date>2009-06-16T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication from NMITerm to LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927460#M416632</link>
      <description>The terminal program may be doing it for you as you type.&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Dennis Knutson on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 06-16-2009&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 10:34 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:34:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927460#M416632</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2009-06-16T16:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Serial communication from NMITerm to LabView</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927466#M416633</link>
      <description>&lt;P&gt;&lt;SPAN class="j2"&gt;Sorry&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;I&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;was&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;somewhat&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;slow&lt;/SPAN&gt;. &lt;SPAN class="j2"&gt;Your&lt;/SPAN&gt; &lt;SPAN class="j3"&gt;NMITerm&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;is&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;a&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;dedicated&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;program&lt;/SPAN&gt;, &lt;SPAN class="j2"&gt;not&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;some&lt;/SPAN&gt; &lt;SPAN class="j3"&gt;hyperterm&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;tool&lt;/SPAN&gt;. &lt;SPAN class="j2"&gt;So&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;I&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;guess&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;you&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;have&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;to&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;do&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;some&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;spying&lt;/SPAN&gt;. &lt;SPAN class="j2"&gt;Or&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;perhaps&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;much&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;more&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;easy&lt;/SPAN&gt;. &lt;SPAN class="j2"&gt;Ask&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;the&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;vendor&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;if&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;they&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;can&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;send&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;you&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;the&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;communication&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;protocol&lt;/SPAN&gt;, &lt;SPAN class="j2"&gt;for&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;your&lt;/SPAN&gt; &lt;SPAN class="j2"&gt;instrument&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2009 16:42:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Serial-communication-from-NMITerm-to-LabView/m-p/927466#M416633</guid>
      <dc:creator>Coq_Rouge</dc:creator>
      <dc:date>2009-06-16T16:42:52Z</dc:date>
    </item>
  </channel>
</rss>

