Skip to main content
Skip table of contents

InitCom()

InitCom() – COM-Port initialisieren

Die Funktion initialisiert den COM-Port und bereitet ihn auf Lese- bzw. Schreibzugriffe vor. Der COM-Port wird als Objekt zurückgegeben.

ParameterBeschreibung

aComPort:N

Com Port

aBaudrate:N

Übertragungsrate

aParityBit:N

Paritätsbit

aDataBits:N

Anzahl Datenbits

StopBits:N

Anzahl Stopp-Bits

Rückgabewert

Objekt - Serial Port

Beispiel

CODE
| oSerialPort |

oSerialPort := InitCom(1, 9600, Parity_None, DataBits_8, StopBits_1),
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.