WriteSerialPortString()
Syntax
Result = WriteSerialPortString(#SerialPort, String$ [, Format])Description
Write a 'String$' to the #SerialPort. 'Format' may be PB_Ascii, PB_UTF8 or PB_UTF16 (default is PB_Ascii, see Unicode for further informations). To check how much data is available in the output buffer, use AvailableSerialPortOutput().
Supported OS
All