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

discontinued
outdated

A new Flutter package project.

modbus_protocal #

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);
}

0
likes
0
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package project.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

byte_util, flutter

More

Packages that depend on modbus_protocal