Back to FabImage Studio website
You are here: Start » Filter Reference » Serial Port
Serial Port
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() | 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. |