flange_serial_write(tx_data)
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)
|
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 |