Function that writes a string to the buffer of the specified device.
Syntax |
i32 ser_out (i32 nSer, string src) |
||||||
---|---|---|---|---|---|---|---|
nSer |
Number of the serial channel |
||||||
src |
String containing the data to be sent |
||||||
Result |
Returns:
|
||||||
Validity |
Rule, Task |
||||||
Note |
The channel must necessarily be initialized as ascii (PSER_ASCII) |