digital_scale 0.0.1+1 copy "digital_scale: ^0.0.1+1" to clipboard
digital_scale: ^0.0.1+1 copied to clipboard

outdated

Package to communicate with serial digital scale in flutter

Digital Scale #

This package read a weight from digital scale by serial port

Project Owner GitHub stars GitHub forks

Installation #

flutter pub add digital_scale

Import #

import 'package:digital_scale/digital_scale.dart';

Example #

void main() {

  /// call Digital Scale and pass arguments
  final digitalScale = DigitalScale('COM1', 'toledo prix 3');

  /// async return of weight
  digitalScale.getWeight().then((resp) => print('weight $resp'));
}

Digital Scales tested #

  • Toledo Prix 3 #

    • Configuration

      • BaundRate 115200
      • Protocol Ptr1
  • Elgin DP-1502 #

    • Configuration

      • Data1 300030
      • Prog RS232 1130
9
likes
0
points
1
downloads

Publisher

verified publishersclemente.42web.io

Weekly Downloads

Package to communicate with serial digital scale in flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_libserialport, roundabnt

More

Packages that depend on digital_scale