hi benjamin,<BR>
thanks for the quick reply!<BR>
<BR>
&gt; What operating system are you running on?<BR>


<BR>
im on OS X (1.3.9) right now, using arduino 0004.<BR>
i will be migrating this project to a PC at some point, since this should go to an exhibited work, and im not leaving my laptop but rather my stationary PC at the exhibition space. but i guess ill worry about the PC stuff then. ;-)<BR>
<BR>
&gt; I also have an Arduino. I use Mac OS X, and my board shows up as a  Unix device, in /dev/cu.usbserial-something or <BR>
&gt; other. (I'm afraid  I've left the board at the lab so I can't check right now! :)<BR>
<BR>
OK. how do i check this? i can see it as an USB&lt;-&gt;serial in system profiler...<BR>
<blockquote style="border-left: 2px solid rgb(245, 245, 245); margin-left: 5px; margin-right: 0px; padding-left: 5px; padding-right: 0px;">
<BR>

Squeak has a SerialPort class, but I'm not sure how to get it to  <BR>

recognize serial ports on OS X. I hear it works well on Windows - and  <BR>

maybe Linux - but I'll leave explaining it to folks who know better.  <BR>

It looks like Ned Konz wrote a short introduction to it recently, at<BR>

<BR>

        <a href="parse.pl?redirect=http%3A%2F%2Flists.squeakfoundation.org%2Fpipermail%2Fbeginners%2F2006-October%2F" target="_blank"><span style="color: red;">http://lists.squeakfoundation.org/pipermail/beginners/2006-October/</span></a> <BR>

001230.html<BR>

<BR>

(The rest of the archives are at "<a href="parse.pl?redirect=http%3A%2F%2Flists.squeakfoundation.org%2F" target="_blank"><span style="color: red;">http://lists.squeakfoundation.org/</span></a> <BR>

pipermail/beginners/" - I think it must just be on a different  <BR>

mailing list system than the page you found.)<BR>

<BR>

On OS X, I've instead written a small C library to read and write the  <BR>

serial port, and talked to it using Squeak's "FFI" functionality.  <BR>

(FFI stands for Foreign Function Interface, and it's a way to call  <BR>

external libraries from Squeak.) I've had success talking to the  <BR>

Arduino this way.<BR>

<BR>

I'd be happy to share my Unix/OS X code if it would help - let me know!<BR>

<BR>

Benjamin Schroeder<BR>

<BR>
</blockquote>thanks! i would greatly appreciate your code!<BR>
best,<BR>
<BR>
jacob remin<BR>
<blockquote style="border-left: 2px solid rgb(245, 245, 245); margin-left: 5px; margin-right: 0px; padding-left: 5px; padding-right: 0px;">
</blockquote><BR>