Sets the ASCII operation. When set to GO2_ASCII_ASYNCHRONOUS, the data port will send data asynchronously according to AsciiCustomFormatEnabled. When set to GO2_ASCII_POLLING, no data will be sent unless requested.
Go2Status Go2Ethernet_SetAsciiOperation(Go2Ethernet ethernet, Go2AsciiOperation operation);
|
Parameters |
Description |
|
Go2Ethernet ethernet |
Go2Ethernet object. |
|
Go2AsciiOperation operation |
The ASCII operation. |
Operation status.
Go2OutputChannels.h