The length of received packet is not correct . Checking the possibility of
noise on communication cable.
FMP_FRAMETYPEERROR = 0x80,
Drive does not recognize the command or wrong command is sent.
Checking the command value that you want to send to the drive.
FMP_DATAERROR,
The value of the sent data is out of the proper range of the drive.
Checking the value that you want to send to the drive.
FMP_PACKETERROR,
The length of received packet on drive is not correct . Checking the possibility of
noise on communication cable.
FMP_PACKETCRCERROR = 0xAA,
The incorrect CRC value of packet sent to the drive . Checking the possibility of noise
on communication cable.