1 रिपॉजिटरी
Low-level serial drivers handling binary framing and CRC checks for Modbus RTU and ASCII communication.
Distinct from Modbus RTU Bridges: Candidates focus on bridges (gateways) or generic IOCTL, not the specific framing/CRC driver for Modbus RTU.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Modbus RTU Drivers. Refine with filters or upvote what's useful.
libmodbus is a portable C library that implements the Modbus protocol stack for industrial hardware communication. It provides a set of tools for reading and writing coils and registers on industrial controllers and sensors, functioning as both a client and a protocol server. The library supports multiple transport layers, including a Modbus TCP stack for IPv4 and IPv6 network communication and a Modbus RTU driver for serial communication. It distinguishes itself through specialized data conversion utilities that handle byte-swapping and endianness for floating-point numbers and bit-field map
Ships a low-level serial driver handling binary framing and CRC checks for Modbus RTU communication.