main library

Classes

FlSerial
Main serial wrapper class over ffi
FlSerialEventArgs
Class for incoming data handling

Enums

FlOpenStatus
Open serial port status

Properties

bindings FlserialBindings
The bindings to the native functions in _dylib.
final
dylib DynamicLibrary
The dynamic library in which the symbols for FlserialBindings can be found.
final

Functions

int8ListToPointerInt8(Uint8List units, Pointer<Uint8> pointer, {Allocator allocator = calloc}) Pointer<Char>
List conversion to native pointer, memory should be free outside function
listToPointerDouble(List<double> sample) Pointer<Double>
nativeInt8ToInt8List(Pointer<Int8> pointer) Int8List
Native pointer conversion to list
nativeInt8ToString(Pointer<Int8> pointer, {bool allowMalformed = true}) String
Native pointer to string conversion
stringToNativeInt8(String str, {Allocator allocator = calloc}) Pointer<Char>
String conversion to native pointer, memory should be free outside function

Exceptions / Errors

FlSerialException
Exception class for serial port