Back to Adaptive Vision Library Lite website

You are here: Start » System » Serial Port

Serial Port

Select a function from the list below.

Icon Name Description / Applications
SerialPort_Config

Configures the serial port.

SerialPort_ReadBuffer

Reads raw binary data from serial port.

SerialPort_ReadByte

Reads one character in binary mode from serial port.

SerialPort_ReadChar

Reads single character from serial port.

SerialPort_ReadString

Reads string characters from serial port.

SerialPort_ReadStringUntil

Reads the string from the serial port to encounter a string delimiter.

SerialPort_WriteBuffer

Writes raw binary data from a byte buffer to serial port.

SerialPort_WriteByte

Writes one character in binary mode to serial port.

SerialPort_WriteChar

Write single ASCII character to device.

SerialPort_WriteString

Writes string characters to serial port.