FlUsbSerialLinux constructor

FlUsbSerialLinux()

Implementation

FlUsbSerialLinux() {
  libusb = Libusb(DynamicLibrary.open('libusb-1.0.so.0'));
}