Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 478 Bytes

A groovy modbus library (Beaglebone)

This is a fork of libmodbus-3.1.6 ported on Beaglebone.

Changes

  • Added CMakeLists
  • Set up Beaglebone RS485 (For more details, see here)

To compile for other paltforms, switch off cmkae option -DBEAGLEBONE_RS485_CAPE=OFF

Overview

See Original Project