T-Echo - meshtastic CLI

Hello,

First message here. I’ve got T-Echos, I’ve updated them to FW 1.2.52, I’ve also installed Silicon Labs CP210x driver, Python and Mehstastic CLI (version 1.2.81) but when trying to use Meshtastic CLI, I always get errors (see below). Do you have an idea on what is wrong on my setup or what I forgot to configure on my laptop (W7)?

C:\Users\PC1>meshtastic --info
Traceback (most recent call last):
File "c:\users\PC1\appdata\local\programs\python\python38\lib\runpy.py
“, line 194, in run_module_as_main
return run_code(code, main_globals, None,
File "c:\users\PC1\appdata\local\programs\python\python38\lib\runpy.py
“, line 87, in run_code
exec(code, run_globals)
File "C:\Users\PC1\AppData\Local\Programs\Python\Python38\Scripts\mesh
tastic.exe_main
.py”, line 7, in
File "c:\users\PC1\appdata\local\programs\python\python38\lib\site-pac
kages\meshtastic_main
.py", line 912, in main
common()
File "c:\users\PC1\appdata\local\programs\python\python38\lib\site-pac
kages\meshtastic_main
.py”, line 694, in common
client = meshtastic.serial_interface.SerialInterface(args.port, debugOut=log
file, noProto=args.noproto)
File “c:\users\PC1\appdata\local\programs\python\python38\lib\site-pac
kages\meshtastic\serial_interface.py”, line 51, in init
self.stream = serial.Serial(devPath, 921600, exclusive=True, timeout=0.5, wr
ite_timeout=0)
File “c:\users\PC1\appdata\local\programs\python\python38\lib\site-pac
kages\serial\serialwin32.py”, line 33, in init
super(Serial, self).init(*args, **kwargs)
File “c:\users\PC1\appdata\local\programs\python\python38\lib\site-pac
kages\serial\serialutil.py”, line 244, in init
self.open()
File “c:\users\PC1\appdata\local\programs\python\python38\lib\site-pac
kages\serial\serialwin32.py”, line 64, in open
raise SerialException(“could not open port {!r}: {!r}”.format(self.portstr,
ctypes.WinError()))
serial.serialutil.SerialException: could not open port ‘COM9’: FileNotFoundError
(2, ‘Le fichier spécifié est introuvable.’, None, 2)

Thanks

I’ve reloaded Silicon Labs CP210x driver with ZADIG and now it works.

1 Like