<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[ANSWERED] Serial In Watcher - Text]]></title><description><![CDATA[<p></p>
<p>I have a Pi Pico with 4 buttons that sends this ASCII:<br />A&lt;CR&gt;<br />B&lt;CR&gt;<br />C&lt;CR&gt;<br />D&lt;CR&gt;<br />With these commands I want to start 4 different videos.<br />Isadora shows in the bottom bar that it is receiving serial signals. But you can't see anything on the msg rcv of the serial in Watcher's text. What can I connect to the msg rcv so that I can see which characters are being received? I am new to Isadora and am working with the demo version. Who could help me with an example?</p>]]></description><link>https://community.troikatronix.com/topic/8849/answered-serial-in-watcher-text</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 06:53:57 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/8849.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 May 2024 17:58:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] Serial In Watcher - Text on Tue, 04 Jun 2024 10:20:27 GMT]]></title><description><![CDATA[<p>Now my Pi Pico sends these 5 values:<br />#&lt;Space&gt;Button1&lt;LF&gt;<br />#&lt;Space&gt;Button2&lt;LF&gt;<br />#&lt;Space&gt;Button3&lt;LF&gt;<br />#&lt;Space&gt;Button4&lt;LF&gt;</p>
<p>#&lt;Space&gt;Zoom:695&lt;LF&gt;<br />#&lt;Space&gt;Zoom:726&lt;LF&gt;<br />#&lt;Space&gt;Zoom:881&lt;LF&gt;<br />how can I make this 5 individual values visible in the Serial In Watcher?</p><p></p>]]></description><link>https://community.troikatronix.com/post/54173</link><guid isPermaLink="true">https://community.troikatronix.com/post/54173</guid><dc:creator><![CDATA[Konrad]]></dc:creator><pubDate>Tue, 04 Jun 2024 10:20:27 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Serial In Watcher - Text on Fri, 31 May 2024 13:21:00 GMT]]></title><description><![CDATA[<p>Thanks for the quick reply! Now it works.</p>]]></description><link>https://community.troikatronix.com/post/54154</link><guid isPermaLink="true">https://community.troikatronix.com/post/54154</guid><dc:creator><![CDATA[Konrad]]></dc:creator><pubDate>Fri, 31 May 2024 13:21:00 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Serial In Watcher - Text on Thu, 30 May 2024 20:17:56 GMT]]></title><description><![CDATA[<p>@vtt said:</p>
<blockquote>Pi Pico</blockquote>
<p>Are you sure that it is a Serial Device and not a Keyboard device? If it is a Serial Device the only thing that you need to do is double click the actor and fill in the following:</p>
<p>key:string=1c</p>
<p>What does this mean?</p>
<p>We are assigning a output named <strong>key</strong></p>
<p>That variable named key is of type "string" (a text value)</p>
<p>With has a max of 1 <em><strong>c</strong>haracters</em></p>
<p>EOM character should be set to 13 (ASCII) for CR (Carriage Return)</p>]]></description><link>https://community.troikatronix.com/post/54146</link><guid isPermaLink="true">https://community.troikatronix.com/post/54146</guid><dc:creator><![CDATA[Juriaan]]></dc:creator><pubDate>Thu, 30 May 2024 20:17:56 GMT</pubDate></item></channel></rss>