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)
|
|
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 |