Closed josalggui closed 5 days ago
If the self.iface.open() is missing, I get this error: serial.serialutil.PortNotOpenError: Attempting to use a port that is not open
I am using Windows 11 with a SAA-2N and it works without self.iface.open(). But, since it also works with self.iface.open() I am approving this request
I am unable to open the nanovna unless I write self.iface.open() after the self.iface definition. Maybe I am missing something, but just in case.