Skip to main content

UART

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

WDM_testPanel_uart

Supported Products and Ports

This function supports devices equipped with a UART interface. Please confirm the corresponding port (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), such as 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 mark the end of the data frame.

Operation Description

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