Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
40
Auto Reconnect
After enabling, the software will automatically connect the server.
Receive End
Character
After enabling, the software will check if terminator is received or not. If the terminator is
not received in the process of receiving data, the software will continue to receive data from
the buffer until the terminator is received.
Send Data
It is used to test if the communication is established or not. Only strings are supported.
Receive Data
It is used to test if the communication is established or not.
Serial Port Communication
Serial communication means that the serial port sends and receives bytes bit by bit. Although byte
serial communication is slow, the serial port can use one cable to send data while using another
cable to receive data. The serial communication protocol the content of data package, including the
start bit, body data, check bit and stop bit. Data can be received and sent normally only when both
parties agree on a consistent data packet format.
Before serial communication, you need to make sure that the serial cable is connected. Then you
can check the port number in device manager. Some settings are shown as below.
Serial Port Communication
Port Number
The serial port of the PC.
Baudrate
The common baud rate includes 4800, 9600, 115200, etc.
Data Bit
It includes 6/7/8.
Parity Bit
It includes odd/event/none.
Stop Bit
A stop bit is a character in asynchronous communication that lets a receiver know that
the byte being transmitted has ended.
Read Interval
You can set read interval here.
Data Upload
After enabling, data will automatically upload.
Auto Reconnect
After enabling, the software will automatically connect the server.