New here, long background of software development, but not in python/ micropython, long background of embedded development, but not with the 'new' pi pico.
I'm using the pi pico, running micropython, with the Thonny 'IDE'.
I'm trying to get the pico to behave as a kind of serial gateway, with data coming in on uart0, and either do some stuff with it, or pass it on to uart1, and visa versa.
What I'm struggling with is getting uart1 to work at all. I can successfully get uart0, using GP0 and GP1 pins, all fine. If I swap the exact same code to uart1, GP4 and GP5, or GP8 and GP9, it doesn't work.
This is being done using Thonny with it connected and reading 'print' data.
What I don't know is where the print data is being transmitted from on the pi pico. Is this using uart 1, which is why it doesn't work out of the box?
It would be great to know if anyone has managed to get both uart0 and uart1 working, at the same time, on a pi pico, running micropython.
Or if there are any caveats to using both uart ports at once.
Any info is greatly appreciated
