Skip to content
Discussion options

You must be logged in to vote

You mentioned ESP8266 and RPiPico, but did not say which board causes the trouble. Let me guess it's the ESP8266. This chip has only one UART, which is used by IDEs like Thonny or terminal emulators for communication. If you use it for the HC05, it will be re-configured and Thonny or any other terminal emulator cannot use it any more. With the RPiPico this should not be the problem, because there USB is primarily used for REPL and the UART devices are independent.
For the ESP8266, yuo can as well switch the console using a Web Interface, called WebREPL. Then the single UART free for other tasks. WebREPL usses a browser as Terminal. I do not know if Thonny supports it.
dupterm is then used…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Comalco
Comment options

@Fre19
Comment options

Answer selected by Comalco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants