Set usb RTS
@override Future<bool> setRTS(bool set) async { final isSent = await methodChannel.invokeMethod<bool>('setRTS', set); return isSent ?? false; }