Function EN Version 3.00

@SetOSComPortLineInfo

OSComPort

Syntax

@SetOSComPortLineInfo(OSCOMHANDLE1;FNDATA1;FNPARITY1;FNSTOP1;FNTBREAK1)

Description

Sets the port info for an OSCOMPORT (device).

FNDATA1:
Data bits: 7 or 8

FNPARITY1:
Parity bits (unclear) 0 = 1 bit, 2 = 2 bits ???

FNSTOP1:
Stop bits (unclear) 0 = 1 bit, 2 = 2 bits ???

FNTBREAK1 (TransBreak):
Unclear ???

Example

Ret:=@SetOSComPortlineInfo(com1;8;0;0;0);
@LogReport(Ret;3);

Note : This text was machine-translated and may contain inaccuracies.