Skip to main content

UART

UART (Universal Asynchronous Receiver/Transmitter) panel provides users with asynchronous serial communication testing. You can set baud rate, parity check, and other parameters to perform data transmission and reception.

UART Test Panel

Supported Products and Ports

This function supports devices equipped with UART interface. Please confirm the corresponding Port number according to your device model:

Product NamePort
USB-DAQ-F1-AD1~2
USB-DAQ-F1-AOD1~2
USB-DAQ-F1-CD1~2
USB-DAQ-F1-D1~2
USB-DAQ-F1-RD1~2
USB-DAQ-F1-TD1~2

Parameter Settings

Before opening the port, please set the communication protocol parameters:

ParameterDescription
Baud RateTransmission rate (bits per second), e.g., 9600, 115200.
Data BitData bit length, usually 8 bits.
ParityParity check bit (None, Odd, Even), used for error detection.
Stop BitStop bit length (1, 1.5, 2), used to indicate the end of data frame.

Operation Instructions

ButtonFunction
Open PortOpen UART port according to set parameters.
Close PortClose UART port.
WriteSend the string in the input box out.
ReadRead data in the receive buffer.
QueryQuery mode: Automatically wait and read returned data after sending command.
Bytes to ReadSpecify the number of bytes to read in read mode.
Read DelayDelay wait time before reading (milliseconds).