stephane / libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows
http://libmodbus.org
GNU Lesser General Public License v2.1
3.29k stars 1.71k forks source link

one suggestion about `modbus_send_raw_request` funtion #720

Closed DesolateVE closed 8 months ago

DesolateVE commented 8 months ago

modbus_send_raw_request funtion will not append crc16 bytecode, and crc16 is not dllexport function, It's very inconvenient

DesolateVE commented 8 months ago

sorry,I didn't look closely,it works well