PICC-Group / pynanovna

A python library to easily read and save data from a NanoVNA.
https://pypi.org/project/pynanovna/
Other
8 stars 1 forks source link

Bug to open device #6

Closed josalggui closed 5 days ago

josalggui commented 5 days ago

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.

josalggui commented 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

OdoctorG commented 5 days ago

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