multi_serial_port 0.1.1 copy "multi_serial_port: ^0.1.1" to clipboard
multi_serial_port: ^0.1.1 copied to clipboard

PlatformAndroid

Android multi-port serial plugin based on Android-SerialPort-API. Bind devices by USB physical path; API aligned with serialport_plus.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add multi_serial_port

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

dependencies:
  multi_serial_port: ^0.1.1

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:multi_serial_port/multi_serial_port.dart';
0
likes
150
points
80
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android multi-port serial plugin based on Android-SerialPort-API. Bind devices by USB physical path; API aligned with serialport_plus.

Repository (GitHub)
View/report issues

Topics

#serial #serialport #usb #android #plugin

License

MIT (license)

Dependencies

flutter

More

Packages that depend on multi_serial_port

Packages that implement multi_serial_port