Stalket and sleep mode

Hello.

I sucessfully used the code in order to put the stalker in sleep mode and wake it up after a number of seconds. It work fine, but I noticed a problem. I’m using NewSoftwareSerial library to read a serial and I saw that every time something is sent on the serial port, the stalker wakes up!

Is there any way to avoid this? I understand that this could be done by design, but the problem is that if I try to read the serial just after the exit from sleep mode, I loose some chars.

Any suggestion?

Thanks,

what’s the SoftSerial speed?
As Stalker use 8MHz crystal, maximum stable baud is 19200, cannot drive higher than 19200bps.
And you should wait a while to access the Serial or other PORTs, after wake up from the sleep.

Thanks
Albert