Cyclone Automated Control Package
25
4.3.5 set_COM_port
function set_COM_port (COM_port_number : longword) : boolean;
bool set_COM_port (unsigned long COM_port_number);
bool set_COM_port (UInt32 COM_port_number);
Sets the COM port that should be used for serial communications. By
default, COM1 is automatically selected. If a different COM port is to be
used, this function should be called prior to calling
“connect_to_cyclonepromax”.
@param COM_port_number
The COM port number that should be used
for serial communications. This value
should be between 1 and 256.
@returnvalue
True if successful
False otherwise