Thanks for your suggestions. I've installed mpremote but now cant get past a Transport.Error.
( I should probably log this on the mpremote forum but it seems you have to write your life history in order to log anything, and I thought someone here might have a quick answer.)
>>To confirm the port number (COM14):
c:\chlorinator_original\LOGS>mpremote connect list
COM14 E6616407E39D7C28 2e8a:0005 (Undefined Vendor) None
>>Now try and list the contents of the pico flash directory:
c:\chlorinator_original\LOGS>mpremote fs ls
b''
Traceback (most recent call last):
File "c:\users\anon\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\anon\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\anon\AppData\Roaming\Python\Python37\Scripts\mpremote.exe\__main__.py", line 7, in <module>
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\main.py", line 569, in main
handler_func(state, args)
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\commands.py", line 327, in do_filesystem
state.ensure_raw_repl()
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\main.py", line 511, in ensure_raw_repl
self.transport.enter_raw_repl(soft_reset=soft_reset)
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\transport_serial.py", line 159, in enter_raw_repl
raise TransportError("could not enter raw repl")
mpremote.transport.TransportError: could not enter raw repl
>>ampy seems to have no trouble though:
c:\chlorinator_original\LOGS>ampy -p COM14 ls
/main.py
>>a naked 'mpremote' puts me into a shell of some sort, but then the only kesy that respond are CTRL-X and CTRL-], both of >>which just exit the shell:
c:\chlorinator_original\LOGS>mpremote
Connected to MicroPython at COM14
Use Ctrl-] or Ctrl-x to exit this shell
Any suggestions anyone?
( I should probably log this on the mpremote forum but it seems you have to write your life history in order to log anything, and I thought someone here might have a quick answer.)
>>To confirm the port number (COM14):
c:\chlorinator_original\LOGS>mpremote connect list
COM14 E6616407E39D7C28 2e8a:0005 (Undefined Vendor) None
>>Now try and list the contents of the pico flash directory:
c:\chlorinator_original\LOGS>mpremote fs ls
b''
Traceback (most recent call last):
File "c:\users\anon\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\anon\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\anon\AppData\Roaming\Python\Python37\Scripts\mpremote.exe\__main__.py", line 7, in <module>
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\main.py", line 569, in main
handler_func(state, args)
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\commands.py", line 327, in do_filesystem
state.ensure_raw_repl()
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\main.py", line 511, in ensure_raw_repl
self.transport.enter_raw_repl(soft_reset=soft_reset)
File "C:\Users\anon\AppData\Roaming\Python\Python37\site-packages\mpremote\transport_serial.py", line 159, in enter_raw_repl
raise TransportError("could not enter raw repl")
mpremote.transport.TransportError: could not enter raw repl
>>ampy seems to have no trouble though:
c:\chlorinator_original\LOGS>ampy -p COM14 ls
/main.py
>>a naked 'mpremote' puts me into a shell of some sort, but then the only kesy that respond are CTRL-X and CTRL-], both of >>which just exit the shell:
c:\chlorinator_original\LOGS>mpremote
Connected to MicroPython at COM14
Use Ctrl-] or Ctrl-x to exit this shell
Any suggestions anyone?
Statistics: Posted by thorsnell — Tue Jul 22, 2025 3:11 pm