<html>
<HEAD>
<TITLE>SerialPort Module</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFF88" TEXT="#000000" LINK="#3333AA" VLINK="#6666FF"> 

<H2>
<A NAME="SerialPort">SerialPort</A>
</H2>
A SerialPort element sends and receives text or byte data on a hardware port.

<h4>
Inputs
</h4>
<UL Type="none">
<LI> <B>Send</B> -- accepts data packets for transmission.
</UL>
<h4>
Outputs
</h4>
<UL Type="none">
<LI> <B>Receive</B> -- Data arriving on the hardware port.
<LI> <B>Send</B> -- Pass-through of transmission packets.
</UL>
<P>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> Popup Menu: <B>Select Port</B> -- Provides list of available serial ports
(plus "<tt>&lt;NO CONN&gt;</tt>").  Label will change to the selected port.
<LI> Popup Menu: <B>Settings...</B> -- Has the following submenus (to select
the standard RS232 options):
<UL Type="none">
<LI> <B>Data Rate&hellip;</B>
<LI> <B>Parity&hellip;</B> 
<LI> <B>Data Bits&hellip;</B> 
<LI> <B>Stop Bits&hellip;</B> 
<LI> <B>Flow Control&hellip;</B> (Only changeable while no port is selected)
</UL>
</UL>
<P>
<BR>

For more information, see
<A HREF="../../Documentation/StreamWeaver_Modules.html#SerialPort">StreamWeaver_Modules.html</A>
in the documentation folder.
<BR>

</body>
</html>
