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

RAW Request and Response #680

Open Ketan1993 opened 1 year ago

Ketan1993 commented 1 year ago

libmodbus version

$ pkg-config --modversion libmodbus
3.1.6

OS and/or distribution

$uname -a
Linux raspberrypi 5.15.84-v7l+ #1613 SMP Thu Jan 5 12:01:26 GMT 2023 armv7l GNU/Linux

Description

I am looking for support for the RAW Request and Response. that means my code will handle the response and error condition.

Question

Which API I can use for the raw writing and reading ?