Greetings, first time post. Running out of ideas to get DOF working in my new cab. All tables are vpx with directb2s and working great with PinupPopper.
I've been getting varying error messages in the DirectOutput.log indicating DOF can't talk to the TeensyStripController on COM3. See partial logs below. DOF seems to load fine in the logs, but bombs out when it can't connect to the controller.
Error
Hardware list
- I've got a Teensy 4.0 with an OctoWS2811 Adapter 3.2
- Wired up LED strips on 3 different channels (speakers, undercab, playfield LR)
- Successfully tested each LED strip using Arduino IDE 2.2.1 example sketch "Basic Test" on Com3
- Used the ConfigTool to create separate ports for 6 toys
- Installed the latest version of DOF R3++ using MSI installer (default path)
- Used TinyTools to create cabinet.xml
- Created the GlobalConfig and GlobalConfig_B2SServer XML files
- Registered the DirectOutputComObject successfully and verified plugins were active
- Flashed Teensy firmware with TeensyStripController Firmware Beta V1.02 2.1.16 13:51
Troubleshooting steps
- I've tried multiple USB ports and cables
- Reinstalling COM port drivers in device manager
- Tried closing any other apps that may have COM3 in use
- Disconnected other USB devices (KL25Z, external sound card)
- Tried reinstalling TeensyStripController via TinyTools and in Arduino IDE with manual hex file (Is there a way to verify which firmware version is loaded on the teensy or that an update was successful?)
- Removed directoutput.ini since I'm only using LED toys on
- Confirmed AV is disabled
- No option to unblock DLLs (not sure if this is no longer a thing in Windows 11)
Since the Arduino IDE sketch uploads and runs successfully, I don't think it's an issue with the COM port or USB cable. I also don't think this is a DOF issue since it seems to load all the cabinet files but simply can't talk to the controller.
Happy to send more logs or config files if anyone has any thoughts or seen this issue before?
Thanks-