Hey, I have an arduino board Mega2560 and I also have a joystick module that connects to the arduino.
Easily enough, I was able to send the position of the stick to the computer through serial communication.
But I want to make something a bit different, I want to make my computer recognize the arduino port as a game controller and to send the information of the joystick's position to the game controller on the computer.
Does anybody know if such a thing is possible and if so, how to make this project?
Thanks from advance.