| Name | Type | Section | Description |
|---|---|---|---|
| request | BOOL |
Input | Activates configuration of the port on rising edge |
| port | WORD |
Input | Communication port, Hardware Identifier |
| rtsOnDelay | UINT |
Input | Time to wait after activating RTS before transmission will be initiated (ms) |
| rtsOffDelay | UINT |
Input | Time to wait before de-activating RTS once transmission has been completed (ms) |
| break | UINT |
Input | On start of a message, a break will be sent for the specified no. of bit times |
| idleLine | UINT |
Input | Number of bits times the line will be idle before the next transmission |
| userEnd | String[2] |
Input | Number of characters in the end delimiter |
| appendEnd | String[5] |
Input | Number of characters to be appended to the transmitted message |
| done | BOOL |
Output | TRUE, if the instruction finished without error |
| error | BOOL |
Output | TRUE, if an error occurred during the instruction executing. |
| status | WORD |
Output | Detailed error information. See Parameter Status. |