Site Tools
Sidebar
User's Manual
t2:usage_guides:controllers:xim
Table of Contents
XIM
Similar to the Titan Two's Input Translators, XIM offers keyboard and mouse translation to analog sticks. When the XIM is plugged into the Titan Two, the Titan Two will simply see the XIM as a controller, and as such controller scripts should primarily be used with the XIM.
All models of XIM are compatible with the Titan Two.
XIM plugged into Titan Two
Requirements
- Micro-USB cable.
- XIM
- (optional) 7.5V DC, 2A, Positive Internal Pin power adapter
Regular Usage
- Connect the Micro-USB cable to the Titan Two USB port labeled
OUTPUT
- Connect the other end of the Micro-USB cable on the device you are playing on
- Connect the XIM to the Titan Two USB port labeled
INPUT-A
orINPUT-B
; - (optional) Connect the power adapter to the Titan Two power adapter port
- Connect the keyboard/mouse/authentication controller to the XIM's USB hub
Titan Two (Multi HID output) plugged into XIM
Requirements
- Micro-USB cable.
- USB hub with a power adapter port
- (optional) 5V DC 3A power adapter ([3.5mm x 1.35mm], center-positive)
First-time Configuration
- Open Gtuner IV, go to the Device Configuration pane and check the
Disable Joystick from Multi Interface HID output
checkbox; - Configure the
Output Protocol
of the Titan Two toUSB Multi Interface HID
. - Configure the
Output Polling Rate
andInput Polling Rate
of the Titan Two to1000Hz (1ms)
Regular Usage
- Connect the mouse to the Titan Two USB port labeled
INPUT-A
; - Connect the keyboard to the Titan Two USB port labeled
INPUT-B
; - (optional) Connect the power adapter to the XIM USB hub power port
- Connect the Micro-USB cable to the Titan Two USB port labeled
OUTPUT
- Connect the other end of the Micro-USB cable to the XIM
- Connect the authentication controller to the XIM
- Connect the XIM to the console
- When using raw output, a script including passthru must be used, such as:
main { if(mouse_status(-2)) { mouse_passthru(); } key_passthru(); }
IMPORTANT NOTE: Some keyboard and mouse devices require extra power to function correctly. The appropriate power adapter may be necessary. |
t2/usage_guides/controllers/xim.txt · Last modified: 2020/09/05 02:31 by sNAP