MODBUS ASCII LRC Computation in C++

In C++, IoT by timfanelliLeave a Comment

I’m currently working on a project interfacing a BeagleBone Black to a drive control unit, which communicates using MODBUS ASCII over RS-232. The biggest challenge with the communication protocol is …