I'm getting strange behaviour where the OSC I send from the DigiX changes the port it's sending from to 65535. It occurs after I send OSC to the device. Given that the port's changing to the value a max unisgned int it seems like some setting is getting overflowed into.
I'm sending the data for the OSC packets directly to Serial1
bundleOUT.send(Serial1);
and I'm wondering if because I'm bypassing the DigiFi library something odd might be taking between the wifi chip and ARM UARTs ?
Has anyone else observed this kind of behaviour?