artemis_port_util 0.0.6 copy "artemis_port_util: ^0.0.6" to clipboard
artemis_port_util: ^0.0.6 copied to clipboard

Reliable serial (COM) port printing for Flutter. Easily list ports, open connections, send commands, and wait for structured responses with built-in timeout handling, result classification (ok, error, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add artemis_port_util

With Flutter:

 $ flutter pub add artemis_port_util

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  artemis_port_util: ^0.0.6

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:artemis_port_util/artemis_port_util.dart';
0
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Reliable serial (COM) port printing for Flutter. Easily list ports, open connections, send commands, and wait for structured responses with built-in timeout handling, result classification (ok, error, unknown, timeout), and optional STX/ETX framing. Perfect for receipt printers, label printers, and other serial devices that require request → response communication.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_libserialport

More

Packages that depend on artemis_port_util