Thank you very much Sara. I have tried something like that before (but likely not quite rightly coded). This failed to switch baud rates too unfortunately. I have tried this on 3 out of 4 wifi bees that I have (but just one with you sketch so far) and no luck, that’s how I ended up asking about the firmware.
Did your sketch in a hurry, so will have another go at it, and on other wifi bees later.
One question though, in the snippet you provided it has “modemBaud = 9600″ that doesn’t compile with the modemBaud being defined earlier in the sketch. I commented that out and put 9600 inthe UART_Def line as
<span data-olk-copy-source=”MessageBody”>modem.gsmModem.sendAT(GF(“+UART_DEF=”), 9600, F(“,8,1,0,0”));</span>
Not sure that’s the right way to handle it. Will report back when I have a bit more time to go through it carefully.
Thanks