Breadcrumbs

flange_serial_write(tx_data, port=1)

Features

This function records the data (data) to a flange serial port.

Parameters

Parameter Name

Data Type

Default Value

Description

tx_data

byte

-

Data to be transmitted (max 32byte)

  • The data type must be a byte.

  • Refer to the example below.

port


int

1

Port number to write

X1 Port: 1

X2 Port: 2 (Not available for A Series)

Return

Value

Description

0

Success

Exception

Exception

Description

DR_Error (DR_ERROR_TYPE)

Parameter data type error occurred

DR_Error (DR_ERROR_VALUE)

Parameter value is invalid

DR_Error (DR_ERROR_RUNTIME)

C extension module error occurred

DR_Error (DR_ERROR_STOP)

Program terminated forcefully