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

A Flutter package for communicating with a USB-CANFD adapter over serial. Provides a serial transport layer, binary frame builder/parser, and a high-level CanusbDevice API for sending and receiving CAN frames.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add can_usb

With Flutter:

 $ flutter pub add can_usb

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

dependencies:
  can_usb: ^0.1.0

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

Publisher

unverified uploader

Weekly Downloads

A Flutter package for communicating with a USB-CANFD adapter over serial. Provides a serial transport layer, binary frame builder/parser, and a high-level CanusbDevice API for sending and receiving CAN frames.

Repository (GitHub)
View/report issues

Topics

#can-bus #serial #hardware #iot

License

unknown (license)

Dependencies

flutter, flutter_libserialport, synchronized

More

Packages that depend on can_usb