ComSerialLineMode_t
The enumeration type ComSerialLineMode_t fixes the type of serial hardware used for various hardware-dependent function blocks of the serial communication library.
TYPE ComSerialLineMode_t :
(
SERIALLINEMODE_DEFAULT,
SERIALLINEMODE_KL6_3B_ALTERNATIVE,
SERIALLINEMODE_KL6_5B_STANDARD,
SERIALLINEMODE_KL6_22B_STANDARD,
SERIALLINEMODE_PC_COM_PORT,
SERIALLINEMODE_EL6_22B,
SERIALLINEMODE_IE6_11B
);
END_TYPE
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4012 | PC or CX (ARM, x86, x64) | Tc2_SerialCom |