Back to Adaptive Vision Library website

You are here: Start » Function Reference » Serial Port

Serial Port

Select a function from the list below.

Icon Name Description Library
SerialPort_Config Configures the serial port. Lite
SerialPort_ReadBuffer Reads raw binary data from serial port. Lite
SerialPort_ReadByte Reads one character in binary mode from serial port. Lite
SerialPort_ReadChar Reads single character from serial port. Lite
SerialPort_ReadString Reads string characters from serial port. Lite
SerialPort_ReadStringUntil Reads the string from the serial port to encounter a string delimiter. Lite
SerialPort_WriteBuffer Writes raw binary data from a byte buffer to serial port. Lite
SerialPort_WriteByte Writes one character in binary mode to serial port. Lite
SerialPort_WriteChar Write single ASCII character to device. Lite
SerialPort_WriteString Writes string characters to serial port. Lite