Hello, first time poster here. My kid and I are trying to use a GRS arcade spinner (link below) to go through an Arduino to a USB to control a game on a PC (like pong, slither.io for example). We've tried a bunch of things are are stuck.
The spinner:
https://www.amazon.com/ThunderStick-Arcade-Spinner-for-Arcade1Up/dp/B07P5WJ7BC/
Spinner has 4 wires: +5V, GND, Rx, and Tx. Someone who bought it left a review that they got it to work nicely as a custom USB spinner for PC games using "the UART at 125000 baud, 7N1 settings."
We have a couple Arduinos to use as you think about this: Mega 2560, Leonardo, and Nanov3. We were leaning Leonardo because of the native USB support.
Any and all help greatly appreciated! We could use help with both the wiring set up and the code needed.