WiFiManager_NINA_Lite exception after saving WiFi Credential

Hi all,

WiFiManager_Nina_Lite works very well but when i save wifi credentials i got this error

> Exception in thread rx:
> Traceback (most recent call last):
>   File "C:\Users\Ralf\.platformio\python3\lib\threading.py", line 973, in _bootstrap_inner
>     self.run()
>   File "C:\Users\Ralf\.platformio\python3\lib\threading.py", line 910, in run
>     self._target(*self._args, **self._kwargs)
>   File "C:\Users\Ralf\.platformio\penv\lib\site-packages\serial\tools\miniterm.py", line 499, in reader
>     data = self.serial.read(self.serial.in_waiting or 1)
>   File "C:\Users\Ralf\.platformio\penv\lib\site-packages\serial\serialwin32.py", line 259, in in_waiting
>     raise SerialException("ClearCommError failed ({!r})".format(ctypes.WinError()))
> serial.serialutil.SerialException: ClearCommError failed (PermissionError(13, 'Das Gerät erkennt den Befehl nicht.', None, 22))

Do some one had this error too? I have an Arduino MKR1010 Board.

thanks for answer.

I missunderstod the workflow of the software. It can just open a hotspot or wifi connection. So there is no problem. it works perfectly.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.