dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
331 stars 36 forks source link

serial_port #595

Open tejainece opened 8 years ago

tejainece commented 8 years ago

There is a good serial_port serial port library as part of dartino project.

Can it be given a new life with its own repository?

jakobr-google commented 8 years ago

Are you referring to third_party/serial_port? If so, it's already a separate project, see https://github.com/dartino/sdk/blob/master/third_party/serial_port/README.google.

You can find it at https://github.com/nfrancois/serial_port.

sigurdm commented 8 years ago

The library is a copy of https://github.com/nfrancois/serial_port with a few fixes. It would make sense to backport these changes.