You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't know why all the tutorials I saw on the internet about using Dwin displays don't deal with CRC error control.
It is very important to have error handling in noisy environments, especially in places that have machines with brush motors and other types of machines with high power switching and commutation.
From what I understand, Dwin displays use the Modbus-type CRC16 calculation, but with the bytes swapped.
So I asked for some guidance on an Arduino library that calculates the CRC16 Modbus, but needs to change the bytes before comparing with the Dwin communication data.
Hi, I don't know why all the tutorials I saw on the internet about using Dwin displays don't deal with CRC error control.
It is very important to have error handling in noisy environments, especially in places that have machines with brush motors and other types of machines with high power switching and commutation.
From what I understand, Dwin displays use the Modbus-type CRC16 calculation, but with the bytes swapped.
So I asked for some guidance on an Arduino library that calculates the CRC16 Modbus, but needs to change the bytes before comparing with the Dwin communication data.
RobTillaart/CRC#40
The text was updated successfully, but these errors were encountered: