COMM_Send

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > COMM >

COMM_Send

 

Description

 

Send a string of binary data to a serial port.

 

Syntax

 

COMM_Send(sComPort, sBuffer)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

hComm

Number

No

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

sBuffer

String

No

The binary data to be sent to serial port.

 

Remarks

 

Restrictions

 

See also

 

Examples