freakone / TinyModbus

A simple library for building and parsing data frames for serial interfaces (like UART / RS232)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyModbus

First, easly portable ModBus RTU master library.

Test

  • Start com0com and bridge two com ports
  • Start ModRSsim2 modbus slave simulator (or any other one) and connect it to the first com port
  • Set second com port settings in test.go, function serialBridge
  • go run .

WORK IN PROGRESS

Inspired by TinyFrame by MightyPork.

About

A simple library for building and parsing data frames for serial interfaces (like UART / RS232)


Languages

Language:C 79.3%Language:Go 20.7%