# README
go_flutter_plugin_serial
This Go package implements the host-side of the Flutter go_flutter_plugin_serial plugin.
Usage
Import as:
import go_flutter_plugin_serial "github.com/chenhuawei/go-flutter-plugin-serial/go"
Then add the following option to your go-flutter application options:
flutter.AddPlugin(&go_flutter_plugin_serial.GoFlutterPluginSerialPlugin{}),
https://github.com/bradfordcp/macosxvirtualserialport
sudo socat -d -d -d -d -lf /tmp/socat \
pty,link=/tmp/serial.master,raw,echo=0,user=chenhuawei,group=staff \
pty,link=/tmp/serial.slave,raw,echo=0,user=chenhuawei,group=staff
minicom -D /tmp/serial.master -b 9600
# Structs
GoFlutterPluginSerialPlugin implements flutter.Plugin and handles method.