获取可用串口
@override Future<List<String>> getAvailablePorts() { return Future(() => SerialPort.getAvailablePorts()); }