I tried to use the basic example code under http://support.sodaq.com/sodaq-one/gprsbee-5/ to run an Autonomo with GPRSBee without success!
Seems that
gprsbee.begin(57600);
is wrong and you should change it to
Serial1.begin(57600);
I wonder how such things can happen? Was this sketch ever working in a former version?