Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use?
3.7.31
Which programming language/tool do you use?
Java
Which operating system do you use?
Windows 10
Which USB serial converter do you use?
U2D2
Which DYNAMIXEL do you use?
XM430-W250-R and XC330-T288-T
Please describe the issue in detail
Attempting to read the hardware error from 9 motors (4 XM430, 5 XC330) using syncRead.
If I add all 9 to syncRead it give error There is no status packet!
If I change the code to only read the 4 XM430 or the 5 XC330 motors at once it produces the expected result.
Is syncRead from difference models not supported?
I also tried bulkRead with the same outcome.
ISSUE TEMPLATE ver. 1.2.0
Please fill this template for more accurate and prompt support.
Which DYNAMIXEL SDK version do you use? 3.7.31
Which programming language/tool do you use? Java
Which operating system do you use? Windows 10
Which USB serial converter do you use? U2D2
Which DYNAMIXEL do you use? XM430-W250-R and XC330-T288-T
Please describe the issue in detail
Attempting to read the hardware error from 9 motors (4 XM430, 5 XC330) using syncRead. If I add all 9 to syncRead it give error
There is no status packet!
If I change the code to only read the 4 XM430 or the 5 XC330 motors at once it produces the expected result.Is syncRead from difference models not supported? I also tried bulkRead with the same outcome.