<?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[Sending ASCII over serial]]></title><description><![CDATA[<p dir="auto">I am using send raw serial to send ascii to a camera controller. works from data viewer on a PC but Isadora seems to convert it to hex...</p>
<div style="font-style:normal;font-weight:normal"><span style="font-size:10pt">Sending  the Words "Power Off" (which works from a pc terminal, it switches the machine off) gives me this output in the monitor:</span></div>
<div>
<p dir="auto">&lt;- Serial | 1          | 50 6F 77 65  72 20 4F 66  66        | Powe r Of f         |</p>
<p dir="auto">So either its sending hex or its scrambled, both are wrong. So How can I send a clean <strong><em>Power Off  ?</em></strong></p>
<p dir="auto">I am getting some feed back over serial, so I know she hears me.</p>
<p dir="auto">Thank you</p>
</div>]]></description><link>https://community.troikatronix.com/topic/2050/sending-ascii-over-serial</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 23:24:09 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/2050.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jul 2015 18:58:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sending ASCII over serial on Mon, 20 Jul 2015 18:44:51 GMT]]></title><description><![CDATA[<p dir="auto">Can you post the working filter? It might help others to see the correct format.</p>
]]></description><link>https://community.troikatronix.com/post/16430</link><guid isPermaLink="true">https://community.troikatronix.com/post/16430</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Mon, 20 Jul 2015 18:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to Sending ASCII over serial on Thu, 09 Jul 2015 13:31:58 GMT]]></title><description><![CDATA[<p dir="auto">solved it! I was missing a carriage return! wohoo!</p>
]]></description><link>https://community.troikatronix.com/post/16332</link><guid isPermaLink="true">https://community.troikatronix.com/post/16332</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Thu, 09 Jul 2015 13:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to Sending ASCII over serial on Thu, 09 Jul 2015 12:24:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a> what am I missing here? Thanks F</p>
]]></description><link>https://community.troikatronix.com/post/16331</link><guid isPermaLink="true">https://community.troikatronix.com/post/16331</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Thu, 09 Jul 2015 12:24:58 GMT</pubDate></item><item><title><![CDATA[Reply to Sending ASCII over serial on Sat, 17 Jan 1970 14:59:40 GMT]]></title><description><![CDATA[<p dir="auto">Hi Mehdi!</p>
<p dir="auto">Well, I am working with TCP instead now, the setup changed here. Still having the same problem. I am seeing that the machine hears me, and I get some kind of garbled feedback. So I am pretty sure I am opening and closing my connection right, on the right IP and port.In the attached document there is a lot of chinese algebra about how to format the commands, but I can't seem to get the ascii going.</p>
<p dir="auto">The command to shut down, on page 21 is what I am looking for:</p>
<table style="border-collapse:collapse"><colgroup><col style="width:35.520685%"></col><col style="width:64.479315%"></col></colgroup>
<tbody>
<tr>
<td style="border-style:solid;background-color:rgb(90.200000%, 90.200000%, 90.200000%);border-top-width:0.480010pt;border-top-color:rgb(0.000000%, 0.000000%, 0.000000%);border-right-width:0.000000pt;border-bottom-width:0.480000pt;border-bottom-color:rgb(0.000000%, 0.000000%, 0.000000%);border-left-width:0.480000pt;border-left-color:rgb(0.000000%, 0.000000%, 0.000000%)">
<div class="layoutArea">
<div class="column">
<p dir="auto"><span style="font-size:12pt"><em></em></span></p>
</div>
</div>
</td>
<td style="border-style:solid;border-top-width:0.480010pt;border-top-color:rgb(0.000000%, 0.000000%, 0.000000%);border-right-width:0.480000pt;border-right-color:rgb(0.000000%, 0.000000%, 0.000000%);border-bottom-width:0.480000pt;border-bottom-color:rgb(0.000000%, 0.000000%, 0.000000%);border-left-width:0.000000pt">
<div class="layoutArea">
<div class="column">
<p dir="auto"><em><span style="font-size:12pt">,</span><span style="font-size:14pt">2PCsht</span><span style="font-size:9pt;vertical-align:6pt">L</span><span style="font-size:9pt;vertical-align:-2pt">F</span></em></p>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<div>
<div class="page" title="Page 36">
<div class="section" style="background-color:rgb(255, 255, 255)">
<div class="layoutArea">
<div class="column">
<ul>
<li>
<p dir="auto"><em> Shutdown the device (with Wake on LAN feature enabled): This command shuts down the device and enables the Wake on LAN feature by writing the value 2 (see next chapter for more information).</em></p>
<p dir="auto"><em>Syntax :</em></p>
<p dir="auto"><em><span style="background-color:rgb(230, 230, 230)"></span> is the device index (0 for Master device, 1 for Slave device). </em></p>
<p dir="auto">so dev in my case is 0 and LF is a line feed which is 0D in hex ( \n in isadora?)</p>
<p dir="auto">so how to format this for the send TCP actor?</p>
<p dir="auto">this does not work: "0,2PCsht" 0D</p>
<p dir="auto">and gives me this feedback</p>
<p dir="auto">&lt;- TCP/IP | 192.168.1.70:10600  | 30 2C 32 50  43 73 68 74  20 0A    | 0,2P Csht  .     |</p>
<p dir="auto">-&gt; TCP/IP | 192.168.1.70        | 54 50 63 6F  6E 30 2C 31  0D 0A    | TPco n0,1 ..     |</p>
<p dir="auto">so you see how the command is fragmented in the monitor (<span style="font-family:Arial;font-size:small">0,2P Csht</span><span style="font-family:Arial;font-size:small">)</span><span style="font-family:Arial;font-size:small">, same as with the serial. I am doing something fundamentally wrong I guess...</span></p>
<span style="font-family:Arial;font-size:small">  
</span>
<p dir="auto"><span style="font-family:Arial;font-size:small">Fubbi</span></p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<p dir="auto"><a href="/uploads/files/FileUpload/c1/6d851a-livecore_tpp_programmers-guide_for-v03-00-88.pdf">6d851a-livecore_tpp_programmers-guide_for-v03-00-88.pdf</a></p>
]]></description><link>https://community.troikatronix.com/post/16323</link><guid isPermaLink="true">https://community.troikatronix.com/post/16323</guid><dc:creator><![CDATA[fubbi]]></dc:creator><pubDate>Sat, 17 Jan 1970 14:59:40 GMT</pubDate></item><item><title><![CDATA[Reply to Sending ASCII over serial on Sat, 17 Jan 1970 14:59:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi Fubbi,</p>
<div>Have you tried with the classic send serial data ? The actor help explains how to send ascii I think.</div>
<div>For the send raw serial, I guess you have checked the "mode" parameter. Are we sure this parameter is working properly?</div>
<div>Hoping you're going good !</div>
<div>Mehdi</div>]]></description><link>https://community.troikatronix.com/post/16320</link><guid isPermaLink="true">https://community.troikatronix.com/post/16320</guid><dc:creator><![CDATA[keftaparty]]></dc:creator><pubDate>Sat, 17 Jan 1970 14:59:00 GMT</pubDate></item></channel></rss>