danrubel / rpi_gpio.dart

Dart library for accessing the Raspberry Pi GPIO pins
Other
47 stars 5 forks source link

(Possibly unrelated) request to write serial package #13

Closed vinicentus closed 3 years ago

vinicentus commented 5 years ago

Would anyone be interested in writing a dart package for using serial communication? Primarily for use with raspberry pi but maybe the package could support other platforms as well? It would be really useful since serial/uart is arguably one of the more commonly used interfaces on the raspberry pi.

vinicentus commented 3 years ago

I wrote a package for serial communication some time ago. Closing this issue now. https://pub.dev/packages/rpi_serial https://github.com/vinicentus/rpi_serial