Table of Contents

ISerialPort

INTERFACE ISerialPort

Methods

CommandErrorDetail

METHOD CommandErrorDetail (
 [input] id : DINT) : ZCore.ZString

Inputs

id DINT

Returns

ZString

HasCommandError

METHOD HasCommandError (
 [input] id : DINT) : BOOL

Inputs

id DINT

Returns

BOOL

IsCommandBusy

METHOD IsCommandBusy (
 [input] id : DINT) : BOOL

Inputs

id DINT

Returns

BOOL

ReceiveAsync

METHOD ReceiveAsync (
 [input] receivedSuffix : BYTE) : DINT

Inputs

receivedSuffix BYTE

Returns

DINT

ReceivedString

METHOD ReceivedString (
 [input] id : DINT) : ZCore.ZString

Inputs

id DINT

Returns

ZString

TransmitAsync

METHOD TransmitAsync (
 [input] data : ZCore.ZString) : DINT

Inputs

data ZString

Returns

DINT