Reads the given number of bytes from the port.
@override Uint8List read(int count) => _delegate?.read(count) ?? Uint8List.fromList([]);