COM_PARAMETER (STRUCT)ΒΆ
TYPE COM_PARAMETER : STRUCT
COM parameters
- Attributes:
- qualified_only
- InOut:
- Name - Type - Initial - Comment - iPortNumber- INT- 1 - COM Port number - dwBaudrate- DWORD- 9600 - The baud rate. - ComParity- COM_PARITY.NONE - The parity. - ComStopBit- COM_STOPBIT.ONE - The stopbits. - byByteSize- BYTE- 8 - The byte size. - byHardwareHandshake- BOOL- TRUE: Hardware Handshake - bySoftwareHandshake- BOOL- TRUE: Software Handshake 
