<p>Sure:</p><p></p><i>| names sp |<br>names := SerialPort2 portNames.<br>names do: [:each | Transcript show: each; cr]. &quot;List of ports&quot;<br>sp := SerialPort2 new.<br>sp openPortNamed: names first baud: 115200.<br>
(Delay forMilliseconds:2000) wait.<br>sp isOpen ifTrue: [<br>...<br>].<br>sp close.<br></i><br>Is it correct? I don&#39;t get any error at this point...<br><br><div class="gmail_quote">2009/6/20 Jon Hylands <span dir="ltr">&lt;<a href="mailto:jon@huv.com">jon@huv.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Sat, 20 Jun 2009 16:37:53 +0200, Víctor C. T. &lt;<a href="mailto:victorct83@gmail.com">victorct83@gmail.com</a>&gt;<br>

wrote:<br>
<br>
</div><div class="im">&gt; SerialPort2 is a class that I imported from Scratch source code. The port is open correctly, I can see how the board receives data because the RX led blinks, but TX doesn&#39;t. I tried several ways to do this but anything worked. If anyone who&#39;s worked with Arduino knows what I&#39;m doing wrong, tell me please. I will send the code and more detailed information if needed.<br>

<br>
</div>Can you show me how you open the SerialPort?<br>
<div><div></div><div class="h5"><br>
Later,<br>
Jon<br>
<br>
--------------------------------------------------------------<br>
   Jon Hylands      <a href="mailto:Jon@huv.com">Jon@huv.com</a>      <a href="http://www.huv.com/jon" target="_blank">http://www.huv.com/jon</a><br>
<br>
  Project: Micro Raptor (Small Biped Velociraptor Robot)<br>
           <a href="http://www.huv.com/blog" target="_blank">http://www.huv.com/blog</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Víctor<br>