ph_comrts PowerHome formula function
Description
Enables or disables the RTS (request to send) line for the specified COM control.
Syntax
ph_comrts ( comnum, rtsvalue )
Argument Description
comnum The number of the COM control you are referencing. Valid values are 1 thru 5.
rtsvalue Use 0 to disable the RTS line. Any other value will enable the RTS line.
Return value
Integer. Returns 0 if successful. Returns 1 if a comnum < 1 or > 5 is specified. Returns 2 if the specified COM control is not valid.