List<String> findConnectedDevices() { return SerialPort.availablePorts.where((a) => !a.contains('luetooth')).toList(); }