Skip to main content
Skip table of contents

WriteCom()

WriteCom() – Auf COM-Schnittstelle schreiben

Die Funktion schreibt aText auf das an der COM-Schnittstelle angeschlossene Gerät.

ParameterBeschreibung

aPortObject:O

Serial-Port Objekt ( geliefert durch InitCom() )

aText:C

Text

Rückgabewert

Numerisch - Bytes des übertragenen Textes

Beispiel

CODE
| oSerialPort |

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

WriteCom(oSerialPort, 'Test Text')
JavaScript errors detected

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

If this problem persists, please contact our support.