I am trying to figure out if it's at all possible to have the RP2040/RP2350 hooked up to two computers in the following way:
- Connected to computer A via the standard USB interface, in USB Serial device mode
- Connected to computer B via another (is there one? using PIO maybe?) USB interface and presenting itself as both a HID mouse and keyboard.
Basically I want to be able to send commands over serial from computer A telling the microcontroller to then emit USB HID mouse and keyboard outputs to computer B.
I've things like Adafruits RP2040 board that has an extra USB *host* port but never seen an extra USB *guest/device* configuration.
Is this at all possible?
- Connected to computer A via the standard USB interface, in USB Serial device mode
- Connected to computer B via another (is there one? using PIO maybe?) USB interface and presenting itself as both a HID mouse and keyboard.
Basically I want to be able to send commands over serial from computer A telling the microcontroller to then emit USB HID mouse and keyboard outputs to computer B.
I've things like Adafruits RP2040 board that has an extra USB *host* port but never seen an extra USB *guest/device* configuration.
Is this at all possible?
Statistics: Posted by adammhaile — Thu Aug 22, 2024 8:15 pm