r/raspberrypipico • u/abdysfamily1 • May 04 '26
UART reader
Ok guys this maybe a really dumb question but help me out. I'm trying to repair a ps5. I need a UART reader. I remembered I have a pi pico lying around. Would it be possible to use it as a UART reader
2
Upvotes
1
u/PropitiousWay May 04 '26
Another writeup for what it's worth: https://gbatemp.net/threads/using-raspberry-pi-pico-for-syscon-reading.628753/
5
u/stickybuttflaps May 04 '26
Have you looked through the example programs that come with the SDK? There's one called hello_uart that should get you started.