Currently it is not possible to set up Tempest OSR2 or SR6 in the Intiface Central GUI.
Its still possible to use if you change the buttplug-device-config.json.
- To do that you need to find the used COM Port in the Device Manager. (In my case COM13)
- Then open the device config file: “%appdata%\com.nonpolynomial\intiface_central\config\buttplug-device-config.json”
- Search for “tcode-v03”. It should look like this:
"tcode-v03": {
"serial": [
{
"port": "default",
"baud-rate": 115200,
"data-bits": 8,
"parity": "N",
"stop-bits": 1
}
],
"defaults": {
"name": "TCode v0.3 (Single Linear Axis)",
"messages": {
"LinearCmd": [
{
"StepRange": [
0,
100
],
"ActuatorType": "Position"
}
],
"FleshlightLaunchFW12Cmd": {}
}
}
},
- Find the line " “port”: “default”, " and swap default with the COM Port you looked up earlier.
It should look like this: " “port”: “COM13”, ". COM needs to be in capital.
If you now open Intiface Central the device should show up after you clicked “start scanning”