HotFudge :: Delicious Toppings for Magic On-Line Help 
Module :: HFCOMM Latest Release: v2.0 Beta - Build#3 
HotFudge v2.0 Beta - Build 3 (20 February 2007)

HFcomm

Provides com-port communication features

Function Description Parameters Usage
Open Open the com port udf('hfcomm.open' )
Send Send characters via the com port msg - alpha udf('hfcomm.send', msg )
SendLine Send characters terminated by linefeed via the com port msg - alpha udf('hfcomm.sendline', msg )
SetFlowControl Set com port flow control characteristics rts - alpha
dtr - alpha
xon - alpha
break - alpha
udf('hfcomm.setflowcontrol', rts, dtr, xon, break )
GetBuffer Get com port msg buffer returns buffer - alpha udf('hfcomm.getbuffer' )
GetLog Get log returns log - alpha udf('hfcomm.getlog' )
Close Close the com port udf('hfcomm.close' )
Version Returns module version string   udf('hfcomm.version')