artemis_port_print 0.0.2 copy "artemis_port_print: ^0.0.2" to clipboard
artemis_port_print: ^0.0.2 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 Flutter:

 $ flutter pub add artemis_port_print

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

dependencies:
  artemis_port_print: ^0.0.2

Alternatively, your editor might support 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_print/artemis_port_print.dart';
0
likes
125
points
23
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_libserialport

More

Packages that depend on artemis_port_print