You are here: Start » Filter Groups » SerialPort_Read
SerialPort_Read
Description
Reads data from serial port.
Filters in this group
Icon | Name | Filter Name | Description |
---|---|---|---|
![]() |
Byte | SerialPort_ReadByte | Reads one character in binary mode from serial port. |
![]() |
Buffer | SerialPort_ReadBuffer | Reads raw binary data from serial port. |
![]() |
Char | SerialPort_ReadChar | Reads single character from serial port. |
![]() |
String | SerialPort_ReadString | Reads string characters from serial port. |
![]() |
StringUntil | SerialPort_ReadStringUntil | Reads the string from the serial port to encounter a string delimiter. |