How to make/report Multiple Joysticks with one Teensy board

fedekrum

Member
Hi,

Can only one Teensy be reported to a computer as multiple HID Joysticks?

In fact, my need is to make it appear as multiple Joysticks and have a serial at the same time, taking every other mouse or keyboard capability out of it.

Is it possible?
 
I believe this has been asked a few times before, for example in the thread: https://forum.pjrc.com/threads/5463...e-(Teensy-2-0)?p=271837&viewfull=1#post271837 And probably a few others

But it will also depend on which Teensy you are wanting to use.

And for sure it would require modifications to the core files, to define a USB type that includes things like update the usb descriptor, plus maybe changes
to the Joystick code, so it knows for example which one you are talking to...
 
I went through that post but is from 2012 and it doesn´t have an answer to my question nowadays. Maybe there is something new arround. Thank you anyway.
 
Actually the post was Feb 28th this year... Paul Joined in 2012 or should say started forum back then...

But as he mentioned, which Teensy would make a difference. Also may make difference on what your target is (Linux, Windows, Mac...)

And I could not tell if they tried to setup a teensy and if the computer was able to see it as multiple joysticks.
 
Back
Top