Open shin-man opened 2 months ago
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use? 2.0?
Which programming language/tool do you use? C
C
Which operating system do you use? Windows 10,
Windows 10
Which USB serial converter do you use? U2D2
U2D2
Which DYNAMIXEL do you use? XM430-W350
XM430-W350
Have you searched the issue from the closed issue threads? yes
Please describe the issue in detail I have a question about the code for the "addStuffing" function in "protocol2_packet_handler.c".
packet_ptr = &packet[i+PKT_INSTRUCTION-2];
I don't understand what "i+PKT_INSTRUCTION-2" means in this code.
Please explain.
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use? 2.0?
Which programming language/tool do you use?
C
Which operating system do you use?
Windows 10
,Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
XM430-W350
Have you searched the issue from the closed issue threads? yes
Please describe the issue in detail I have a question about the code for the "addStuffing" function in "protocol2_packet_handler.c".
packet_ptr = &packet[i+PKT_INSTRUCTION-2];
I don't understand what "i+PKT_INSTRUCTION-2" means in this code.
Please explain.