COMM_Set

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > COMM >

COMM_Set

 

Description

 

Set communication options for a serial port.

 

Syntax

 

COMM_Set(hComm, Parameter, Value)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hComm

Number

No

File number used by the COMM_OPEN statement to open the communications port.

Parameter

Number

No

Is the communication parameter you want to retrieve. See COMM Equates for the list of communication parameters.

Value

Number

No

The numerical value to assign to the selected parameter.

 

Remarks

 

Restrictions

 

See also

 

Examples