14
Table 2.14 Baud Rate
Function
Address
Description
Write
Read
Baud Rate
0x0303
Configure gripper
Modbus Baud rate
0-5
:
115200
,
57600
,
38400
,
19200
,
9600
,
4800
(
default: 0
)
Current setting
The value of this register is 0 by default, corresponding to a baud rate of 115200.
Example:
Set gripper baud rate to115200 (write):
Send:
01 06 03 03 00 00 79 8E
Return: 01 06 03 03 00 00 79 8E
2.3.4.12 Stop Bits
This register is used to set Stop Bits of gripper.
The address is 0x0302. The description of this register is shown in Table 2.15.
Table 2.15 Stop bits settings
Function
Address
Description
Write
Read
Stop Bits
0x0304
Configure gripper
Modbus stop bits
0
:
1 stop bit
1
:
2 stop bits
(
default: 0
)
Current setting
The value of this register is 0 by default, corresponding to 1 stop bit.
Example:
Set the gripper stop bit to 1 stop bit (write):
Send:
01 06 03 04 00 00 C8 4F
Return: 01 06 03 04 00 00 C8 4F
2.3.4.13 Parity
This register is used to set Parity of gripper.
The address is 0x0305. The description of this register is shown in Table 2.16.
Table 2.16 Parity
Function
Address
Description
Write
Read
Parity
0x0305
Configure
gripper Modbus
Parity
0: None Parity
1: Odd Parity
2: Even Parity
(default : 0)
Current setting
The value of this register is 0 by default, corresponding to None Parity.
Example:
Set the gripper’s Parity to None Parity (write):