#include
<SERIAL.bas>
' source in /Program Files/Coridium/BASIClib
SUB SEROUT( pin, baud, posTrue, OUTcnt, BYREF OUTlist AS STRING)
SEROUT sends a string of characters out on pin as an
asynchronous data stream. baud and posTrue set the
parameters for the transmission. If OUTcnt is 0, then OUTlist will be sent
until a 0 is encountered (the 0 is not sent).
Baudrates can be up to 115.2 Kbaud for all pins