1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2024-11-24 06:40:11 +01:00

doc: add documentation for sdvxio-bio2

This commit is contained in:
Will Xyen 2020-08-14 19:05:44 -07:00 committed by adfe3beeadc615e0fa48b493761cc42aae47d399
parent ff1b9ff9a2
commit 89989ae49c

View File

@ -0,0 +1,18 @@
This library talks to a BIO2 BI2A node and implements the sdvxio API of BT5.
Thus, it allows you to use a BIO2 SDVX device board with *any* version of SDVX that is supported by BT5.
# Setup
* Make sure that your BIO2 is flashed with a SDVX firmware (if you can boot SDVX5 with it, it's already the right firmware)
* The firmware persists between boots, so as long as it's flashed to the correct firmware, you no longer need to do this step
* Rename sdvxio-kfca.dll to sdvxio.dll.
* Ensure that your gamestart.bat actually injects the appropriate sdvxhook dll
for example:
```
launcher -K sdvxhook.dll soundvoltex.dll ...*
```
or that the application otherwise uses sdvxio.dll
* sdvxio-bio2 implements BIO2 device autodetection
* if this fails please make a bug report, and set the port manually in the config
* You can change the port and baudrate by editing the sdvxio-bio2.conf that should be created by default
* Please connect any additional acio devices to their own port (ex: SDVX5 expects an ICCA by itself on COM2)