Hiya,
There is a video out there of a guy using the Serial Object to communicate with an Arduino via USB, but there are no guides on how to do so.
Is there any way to communicate to an outside piece of hardware (I/O board or arduino) to open/close a circuit using fusion code? Obviously an arduino can take an input and trigger an output and they're cheap + widespread enough to accomplish this.
Effectively I'd just like to be able to open and close a low-voltage DC electrical circuit on a counter. EG - Set counter to 100 - close circuit for x amount of milliseconds 100 times with y amount of milliseconds between each action.