Com error on upload
Posted: Tue Sep 20, 2016 1:27 am
I know this is most likely a local configuration issue but I cannot figure out why the pre-configured msys environment will not let me access the com port that is connected to my esp32 core dev module.
File "C:/msys32/mingw32/lib/python2.7/site-packages/serial/serialwin32.py", line 62, in open
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port '/??/COM4': WindowsError(3, 'The system cannot find the path specified.')
make: *** [/home/Glenn/src/esp-idf/components/esptool_py/Makefile.projbuild:28: flash] Error 1
Perhaps my module is not in the correct mode?
Edit: Figured out how to put it in download mode but python still cannot open com4
Boot screen references "Please refer to document ssc_commands.xlsx for detail"
Is that available or any other infos/pointers to already online docs about this module would be appreciated.
- Shows up fine as a sillabs cp210X under device manager - COM4
- Port accessible under windows and using putty shows preloaded boot screen
- tried running MSYS as admin didn't help
- Under menuconfig have device set to /dev/ttyS3 and baud set to 112500 (matches in windows com config - 112500,8,N,1)
- Able to access the com port using minicom under MSYS
File "C:/msys32/mingw32/lib/python2.7/site-packages/serial/serialwin32.py", line 62, in open
raise SerialException("could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError()))
serial.serialutil.SerialException: could not open port '/??/COM4': WindowsError(3, 'The system cannot find the path specified.')
make: *** [/home/Glenn/src/esp-idf/components/esptool_py/Makefile.projbuild:28: flash] Error 1
Perhaps my module is not in the correct mode?
Edit: Figured out how to put it in download mode but python still cannot open com4
Boot screen references "Please refer to document ssc_commands.xlsx for detail"
Is that available or any other infos/pointers to already online docs about this module would be appreciated.