From 89989ae49c9750f46e7d655437c9ed82ef966405 Mon Sep 17 00:00:00 2001 From: Will Xyen Date: Fri, 14 Aug 2020 19:05:44 -0700 Subject: [PATCH] doc: add documentation for sdvxio-bio2 --- doc/sdvxhook/sdvxio-bio2.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/sdvxhook/sdvxio-bio2.md diff --git a/doc/sdvxhook/sdvxio-bio2.md b/doc/sdvxhook/sdvxio-bio2.md new file mode 100644 index 0000000..24547c4 --- /dev/null +++ b/doc/sdvxhook/sdvxio-bio2.md @@ -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)