A: UDP mode is different form TCP mode, it is no need for UDP to establish connection for data transmission. UDP listen port is just for receiving data form network. If you send data to UDP listen port, it is used for receive. If you want to send data to destination host, you can write data to serial port, and these data will be sending to the destination host and port. |