zoushiyin
zoushiyin
Based on the information provided in this GitHub issue #65, the setup should work. However, I have not been able to achieve successful testing despite my efforts.
> I don't think it can, since you don't have enough PIO state machines. Maybe a USB hub IC would work, but hub support is not spectacular so that might...
Hi @mike-o-tronic, Thank you for sharing your experience and insights. I was wondering if your version of DeskHop https://github.com/mike-o-tronic/deskhop has been updated to the latest pico-sdk and Pico-PIO-USB libraries. If...
Hi @mike-o-tronic , Hello! I noticed that you mentioned updating to the latest pico-sdk and Pico-PIO-USB libraries. Could you please share the specific modifications you made before compiling and flashing...
always report[3] is 0x0
@javavi I'm still unable to generate a working UF2 file. Would you mind helping me by trying to compile one? Here's my pin configuration: USB1: Pin 2 and Pin 3...
Thank you for your response and for getting back to addressing the issues. My goal is to have both PS/2 and USB keyboard/mouse inputs working simultaneously.
Yes, it's similar to this. However, in this idea, the switching is done using defined hotkeys, and an additional pair of IO pins is used for USB output.
Could the switching be done before the PS/2 processing takes place? Ideally, I would like a single Pico to handle time-shared output for both data streams.