OK I found the serial documentation indilib.org/media/kunena/attachments/1/H...sSteppermotor107.pdf
Looks like the commands sent are correct but the protocol uses two-digit, signed (2’s complement) hex number.
So I think it can only support int values from -128 to +127. However the driver UI allows entry of decimal values.

Read More...