can_usb 0.1.3 copy "can_usb: ^0.1.3" to clipboard
can_usb: ^0.1.3 copied to clipboard

PlatformAndroid

A Flutter package for USB-CANFD communication over serial (UART/USB-CDC), with a frame builder/parser and a high-level CanusbDevice API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add can_usb

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

dependencies:
  can_usb: ^0.1.3

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:can_usb/can_usb.dart';
0
likes
160
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package for USB-CANFD communication over serial (UART/USB-CDC), with a frame builder/parser and a high-level CanusbDevice API.

Repository (GitHub)
View/report issues

Topics

#can-bus #serial #hardware #iot

License

MIT (license)

Dependencies

flutter, flutter_libserialport, synchronized, usb_serial

More

Packages that depend on can_usb