Skip to content

Conversation

@gamefunc
Copy link

@gamefunc gamefunc commented Nov 29, 2023

Fix: "pyreadline" error when python version >= 3.10:

Use "pyreadline3" instead;
https://github.com/dhylands/rshell/issues/171

Fix: 'description-file' will not be supported in future versions:

Use "description_file" instead;

Update pyboard py from official:

remove rts, dtr options;      
add: --noexclusive: Open the serial port Not use exclusive access mode (default SERIAL_EXCLUSIVE is True);      
see: rshell --help      

Version:

up to "0.0.33";

Test: env: win 10 22H2; python 3.11.6:

# remove old:
    pip3 uninstall rshell pyreadline pyserial pyudev
# build new:
    python setup.py sdist bdist_wheel
# install:
    cd dist
    pip3 install rshell-0.0.32-py3-none-any.whl
# use:
    rshell -p com3
    repl
    >>> p = machine.P
    PIN_WAKE        PWM             PWRON_RESET     Pin
    >>> p = machine.P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant