Digistump Forums

The DigiX => DigiX Libraries => Topic started by: crx091081gb on June 26, 2014, 05:14:45 am

Title: Weird WIFI port behaviour
Post by: crx091081gb on June 26, 2014, 05:14:45 am
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?