UNPKG

simple-modbus

Version:

A simple library for working with Modbus with Typescript bindings.

4 lines (3 loc) 193 B
import { ModbusTcpServer as Server } from './modbus-tcp-server'; import { ModbusTcpCommandFactory as CommandFactory } from './modbus-tcp-command-factory'; export { Server, CommandFactory };