matlo / serialusb

A cheap USB proxy for input devices.
235 stars 20 forks source link

[suggestion] replace USB to UART adapter with USB shield #11

Closed eadmaster closed 3 years ago

eadmaster commented 3 years ago

This could make the device acts as a standalone adapter without needing a PC.

reading xinput and DS3 controller inputs should be possible with this lib: https://github.com/felis/USB_Host_Shield_2.0#xbox-libraries

matlo commented 3 years ago

I am not sure if your suggestion is for serialusb or the GIMX adapter.

matlo commented 3 years ago

In the first case you still want the USB transfers to be saved on the computer (atmega32u4 chip has a very limited amount of memory).

In the second case, you loose the advantage of using the computer input stack, which provides almost 100% compatibility with existing and future devices.