Beware of using OSC Autosend with embedded control
Up to Bugs, Known Issues, & Requests
Ok now that I have your attention. This only applies to those folks that are embedding control on the Make (firmware) and communicating via OSC to say a Flash interface.
Here is the situation: On startup I run a built in test (BIT) of my hardware.
I cycle the fan,stepper, pumps ect....
when it gets to the stepper sometimes later in the sequence, I get a restart.
What I found and can show is that when I have autosend enabled for the input lines when I get this behavior.
So I enabled a quite mode in my flash to allow startup and later runtime control without seeing the problem. (as i suspect this was a source of intermitant reset also)
There is a question in this. I have tried to turn off the autosend for analogin and the dipswitch via the calls:
AnalogIn_GetAutoSend(OFF);
DipSwitch_SetAutoSend(OFF);
at start up but it does not turn off the autosend functionality. How do I control the outflow from teh make from the inside?
Thanks
Tim

