Skip to content
Discussion options

You must be logged in to vote

But the issue is with the ports. Data is sent to the processing ide using UART. If I connect the port (COM4) in the processing ide, its gives no port available error since the same port (COM4) is already connected in Thonny.

The RP2040 port does usually use the USB interface for communication, which is mapped into the PC's OS asl COM port. Maybe COM4 in your case. You can use the hardware UART devices in addition, but then you have to attach e.g. a UART/USB adapter. Other option:

  • Disconnect Thonny and use the USB-UART for communication. On the board rp2040, use print() instead of uart.write(). Then it should be possible to connect the processing IDE.

Replies: 3 comments 1 reply

Comment options

Josverl
May 10, 2023
Collaborator Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MishalJasmine
Comment options

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