Serial communication format V1.0 - makerbase-mks/MKS-SERVO42C GitHub Wiki

Applicable to MKS-SERVO42C-V1.0

  1. The sending and receiving settings of the serial port assistant are hex, and command bytes are not prefixed with 0x.

  2. The serial communication baud rate of the driver board 38400 is set on the UartBaud option

  3. The serial ID(ex) of the driver board is set on the UartAddr option.

    Default : e0

  4. For each command, do not send less or omit a parameter.

  5. The returned data format is the high 8 bits first.

  6. Returning ID 01 means that the command is correct, and returning ID 00 means that the command is wrong.