ScpVbus
Installing this Virtual Bus enables the user to plug-in virtual Xbox devices.
With the help of the accompanying API it is easy to write a feeder.
This bus is based on the bus maintained by Benjamin Höglinger (@nefarius) and hopefully they will eventually merge into one project.
Bus Installation
IMPORTANT: You must install the latest Xbox 360 drivers first (Windows 7 Only).
- Unzip bus package into a temporary folder (scpvbus-x64.zip for a 64-bit target machine, scpvbus-x86.zip for a 32-bit target machine ).
- Open a command window (CMD) as an administrator.
- CD to the above temporary folder
- Enter the following command: devcon.exe install ScpVBus.inf Root\ScpVBus
Bus Removal
Same as installation, only a different command: devcon.exe remove Root\ScpVBus
Note: You cannot remove a bus if a vXbox device is plugged in to it.
API
To write a feeder, you need to link to vGenInterface.dll.
The feeder calls these functions in order to Plug-in vXbox devices, feed then with data, inquire them for feedback and finally unplug them.
This API can also be used to write a vJoy Feeder.
Status
- This product has gone only limited testing - use with caution.
- Documentation - API documentation is part of the API.
- Cohabitation with vJoy is permitted.
- Version control not yet implemented.
- Feedback (rumble and device LED) is by polling.