t2:usage_guides:controllers:xim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
t2:usage_guides:controllers:xim [2020/08/21 15:39]
sNAP
t2:usage_guides:controllers:xim [2020/09/05 02:31] (current)
sNAP
Line 2: Line 2:
  
 {{:​t2:​usage_guides:​controllers:​ximapex.png?​nolink|}} {{:​t2:​usage_guides:​controllers:​ximapex.png?​nolink|}}
 +Similar to the Titan Two's [[t2:​translators:​keyboardmouse|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. +All models of XIM are compatible with the Titan Two.
 ---- ----
  
-===== Using the XIM for keyboard/​mouse conversion ​=====+===== XIM plugged into Titan Two =====
 ---- ----
 ==== Requirements ==== ==== Requirements ====
Line 12: Line 13:
   - Micro-USB cable.   - Micro-USB cable.
   - XIM   - XIM
 +  - (optional) 7.5V DC, 2A, Positive Internal Pin power adapter
  
 ==== Regular Usage ==== ==== Regular Usage ====
Line 17: Line 19:
   - Connect the other end of the Micro-USB cable on the device you are playing on   - 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''​ or ''​INPUT-B'';​   - Connect the XIM to the Titan Two USB port labeled ''​INPUT-A''​ or ''​INPUT-B'';​
-  - Attach ​the keyboard/​mouse/​authentication controller ​into the XIM+  - (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 raw keyboard/​mouse ​output ​to XIM =====+===== Titan Two (Multi HID output) plugged into XIM =====
 ---- ----
 ==== Requirements ==== ==== Requirements ====
   - Micro-USB cable.   - Micro-USB cable.
   - USB hub with a power adapter port   - USB hub with a power adapter port
-  - 5V DC 3A power adapter ([3.5mm x 1.35mm], center-positive)+  - (optional) ​5V DC 3A power adapter ([3.5mm x 1.35mm], center-positive) ​
  
 ==== First-time Configuration ==== ==== 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 to ''​USB Multi Interface HID''​.   - Configure the ''​Output Protocol''​ of the Titan Two to ''​USB Multi Interface HID''​.
-  - Open **Gtuner IV**, go to the **Device Configuration** pane and check the ''​Disable Joystick from Multi Interface HID output'' ​checkbox;+  - Configure ​the ''​Output Polling Rate'' ​and ''​Input Polling Rate''​ of the Titan Two to ''​1000Hz (1ms)''​
  
 ==== Regular Usage ==== ==== Regular Usage ====
   - Connect the mouse to the Titan Two USB port labeled ''​INPUT-A'';​   - Connect the mouse to the Titan Two USB port labeled ''​INPUT-A'';​
   - Connect the keyboard to the Titan Two USB port labeled ''​INPUT-B'';​   - Connect the keyboard to the Titan Two USB port labeled ''​INPUT-B'';​
-  - Connect the power adapter to the XIM USB hub power port+  - (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 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 other end of the Micro-USB cable to the XIM
   - Connect the authentication controller to the XIM   - Connect the authentication controller to the XIM
   - Connect the XIM to the console   - Connect the XIM to the console
 +  - When using raw output, a script including passthru must be used, such as: 
 +<code gpc2> 
 +main { 
 +  if(mouse_status(-2)) { 
 +    mouse_passthru();​ 
 +  } 
 +  key_passthru();​ 
 +
 +</​code>​
    
-| **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.|+| **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.1598038778.txt.gz · Last modified: 2020/08/21 15:39 by sNAP