Altera_Forum
Honored Contributor
12 years agoUSB to UART FT232 Gamepad HID
Hi,
I'm trying to get a USB gamepad to work with my Cyclone V GX starter kit and was testing out the controller using the control panel that came as a demo with the board. Yet as I pressed the buttons nothing showed up as received data and the LEDs did not turn on. The gamepad is confirmed to work with my computer. I'm just sort of confused by how the USB to UART works for the HID gamepad. Is it that the protocol could be different than what the USB to UART chip supports and therefore cannot convert the data to UART? I thought that although the data might not make sense, I should at least be receiving SOMETHING. Am I missing some understanding about how this works? And if all else fails, can I just use the raw USB data from the gamepad on the board, short of connecting it directly to GPIO or something? Thanks for the help