Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: crash_overide228 on June 27, 2011, 09:20:05 pm
-
I'm currently working on writing my own control software for the LEDWiz but I have run into a wall. I'm using the OCX provided by RandyT in C# and some commands like Sxx and SBA work just fine, but PBA, PBx and Pxx do not seem to do anything. I have not tested them all but the pattern I see is the "S" commands work and the "P" commands do not. If anyone has seen this or knows why the "P" commands seem to do nothing, your input would be most appreciated. I do not know if it matters but I'm on Windows 7 x64
-
I wouldn't use the ocx. Check out the LEDWiz SDK v1.0 (http://forum.arcadecontrols.com/index.php?topic=64375.0). It includes a C# example.