modbus_protocal 1.0.2 copy "modbus_protocal: ^1.0.2" to clipboard
modbus_protocal: ^1.0.2 copied to clipboard

Modbus is a data communications protocol originally published in 1979 for use with PLCs.

modbus_protocal #

Modbus is a data communications protocol originally published by Modicon (now Schneider Electric) in 1979 for use with its programmable logic controllers (PLCs).

Modbus has become a de facto standard communication protocol and is now a commonly available means of connecting industrial electronic devices.


Usage:

void testModbusProtocol() {
  final bytes = [1, 2, 3, 4, 5, 6, 7, 0xff, 0xa1, 0xdd];
  final modbus = ModbusProtocol(bytes);
  final crc = modbus.crc;
  // got:[175, 61]
  print(crc.word);
}


Reference:

MODBUS Protocol Specification

C language Modbus CRC16

Wiki Modbus

0
likes
120
points
5
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Modbus is a data communications protocol originally published in 1979 for use with PLCs.

License

unknown (license)

Dependencies

byte_util, flutter

More

Packages that depend on modbus_protocal