t2:usage_guides:controllers:xim

This is an old revision of the document!


XIM

All models of XIM are compatible with the Titan Two.


Using the XIM for keyboard/mouse conversion


Requirements

  1. Micro-USB cable.
  2. XIM

Regular Usage

  1. Connect the Micro-USB cable to the Titan Two USB port labeled OUTPUT
  2. Connect the other end of the Micro-USB cable on the device you are playing on
  3. Connect the XIM to the Titan Two USB port labeled INPUT-A or INPUT-B;
  4. Attach the keyboard/mouse/authentication controller into the XIM

Titan Two raw keyboard/mouse output to XIM


Requirements

  1. Micro-USB cable.
  2. USB hub with a power adapter port
  3. A 5V DC 3A power adapter ([3.5mm x 1.35mm], center-positive)

First-time Configuration

  1. Open Gtuner IV, go to the Device Configuration pane and check the Disable Joystick from Multi Interface HID output checkbox;
  2. Configure the Output Protocol of the Titan Two to USB Multi Interface HID.
  3. Configure the Output Polling Rate and Input Polling Rate of the Titan Two to 1000Hz (1ms)

Regular Usage

  1. Connect the mouse to the Titan Two USB port labeled INPUT-A;
  2. Connect the keyboard to the Titan Two USB port labeled INPUT-B;
  3. Connect the power adapter to the XIM USB hub power port
  4. Connect the Micro-USB cable to the Titan Two USB port labeled OUTPUT
  5. Connect the other end of the Micro-USB cable to the XIM
  6. Connect the authentication controller to the XIM
  7. Connect the XIM to the console
  8. 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. A 7.5V DC, 2A, Positive Internal Pin power adapter for the Titan Two (not XIM hub) may be necessary.
t2/usage_guides/controllers/xim.1598039162.txt.gz · Last modified: 2020/08/21 15:46 by sNAP