srec_codec 0.0.4 copy "srec_codec: ^0.0.4" to clipboard
srec_codec: ^0.0.4 copied to clipboard

Dart 1 only

Dart library to parse and write motorola SREC

srec_codec #

Dart library to parse and write motorola SREC

Usage #

A simple usage example:

import 'dart:io';
import 'package:srec_codec/srec_codec.dart';

main() async {
  final String filename = 'data/unnamed/iodesc_iqs.hps';
  File file = new File(filename);
  final result = await parse(file.openRead());
  print(result);
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Dart library to parse and write motorola SREC

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

args

More

Packages that depend on srec_codec