Skip to content

Latest commit

Β 

History

History
25 lines (18 loc) Β· 1.13 KB

File metadata and controls

25 lines (18 loc) Β· 1.13 KB

XInputSerialMapper

A Node.js script which can easily emulate a Xbox 360 Controller on Windows (with minimal dependencies), if you provide it a JSON object via the Serial port of your computer.

About

  • Simple and easy to use (If you know about transferring data over serial port)
  • Primarily used to emulate a joystick using a microcontroller which doesn't have HID capabilities
  • Only works on windows
  • This project is under GPL v3 License
  • Check out the sections below to start using the project.

πŸ› οΈ Install the app

Check out the installation guide here.

🧐 How to use ?

Check out the quick start guide here.

🐞 Caught some bugs ?

Report them in the Issues section.

😎 Have cool suggestions or feedbacks ?

Use the Discussion tab to add it to the list.


This project is authored and maintained by biologyscience