SendToComPort

Purpose

Send a string of characters out a communications port.  The port must have been previously opened with the OpenComPort or OpenComPortEx call.

Parameters

Parameter: port
Type: integer
Description: This is the COM port to send the data on or the resource number of the port to send data on if OpenComPortEx was used to open it.  

Parameter: data
Type:
string
Description: This is t
he actual data to send out the COM port.

Returns

Return value: None