24. Référence de l'API de haut niveau
serialport→writeLine()
Envoie une chaîne de caractères sur le port série, suivie d'un saut de ligne (CR LF).
function writeLine( text)
js
int writeLine( string text)
cpp
-(int) writeLine : (NSString*)
m
LongInt writeLine( text: string): LongInt
pas
function writeLine( ByVal
vb
int writeLine( string text)
cs
int writeLine( String text)
java
async Task<int> writeLine( string text)
uwp
writeLine( text)
py
function writeLine( $text)
php
async writeLine( text)
es
int writeLine( string text)
dnp
int writeLine( string text)
cp
YSerialPort
target
cmd
Paramètres :
la chaîne de caractères à envoyer
text
Retourne :
YAPI_SUCCESS
si l'opération se déroule sans erreur.
En cas d'erreur, déclenche une exception ou retourne un code d'erreur négatif.
406
text
text
As String) As Integer
writeLine
text
YSerialPort
www.yoctopuce.com