<HTML>
<HEAD>
<TITLE>Re: Processing Win2000 RS-232 or USB communications</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana">On 20/08/04 05:38, &quot;Ron Gremban&quot; &lt;gremban@ForSites.com&gt; wrote:<BR>
<BR>
</FONT><BLOCKQUOTE><FONT FACE="Verdana"><FONT SIZE="4">Hi! &nbsp;I'm very familiar with Smalltalk (learned at Xerox PARC years ago), though rusty; but haven't used Squeak yet.<BR>
<BR>
In the Windows 2000 VM, is there an OS connection and class for communicating through an RS-232 and/or USB port?<BR>
If so, what is it; if not, is there a way to do it short of writing a plugin?<BR>
I've searched the online documentation I've found, but have seen no reference to serial communications.<BR>
<BR>
Thanks a lot,<BR>
/ron gremban<BR>
New Page 1 <BR>
<BR>
+++++++++++++++++++++++++++++++++++++++++<BR>
<BR>
ForSites Corporation<BR>
44 Creekside Court<BR>
Corte Madera, CA 94925<BR>
<FONT COLOR="#0000FF"><U>http://www.ForSites.com</U></FONT> &lt;<FONT COLOR="#0000FF"><U>http://www.ForSites.com/</U></FONT>&gt; <BR>
<BR>
Ronald Gremban, President<BR>
877 482-8393 voice &amp; fax, toll-free in the USA<BR>
415 924-9728 international<BR>
<FONT COLOR="#0000FF"><U>gremban@ForSites.com<BR>
</U></FONT>+++++++++++++++++++++++++++++++++++++++++<BR>
<BR>
<BR>
<BR>
</FONT></FONT><FONT SIZE="4"><FONT FACE="Monaco"><TT><BR>
<BR>
</TT></FONT></FONT></BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Monaco"><TT><BR>
</TT></FONT></FONT><FONT FACE="Verdana">Ron:<BR>
Open a Workspace.<BR>
Type SerialPort<BR>
Select it and do Alt- B<BR>
Should raise one Hierarchy browser when you must read.<BR>
<BR>
This class supports a simple interface to the serial ports of the underlying platform, if it supports serial ports. The mapping of port numbers to hardware ports is platform specific, but typically follows platform ordering conventions. For example, on the Macintosh, port 0 is the modem port and port 1 is the printer port, since in the programmers documentation these ports are referred to as ports A and B.<BR>
<BR>
Send more questions if you have.<BR>
<BR>
Cheers and welcome to list.<BR>
<BR>
Edgar<BR>
</FONT>
</BODY>
</HTML>