I'm using a python script to send using Serial , a simple AT Command in this case "AT". That normally returns OK , if everything is going well.
The problem is that after a few seconds the GSM Modem Will Dump the following. RSSI:19 (yes i know this is the signal strength).
It also dumps :
BOOT:23243559,0,0,0,77
This is only occurs from time to time and it ONLY Happens in Linux it doesn't happen in Windows.
I tested this using the python script and putty in Linux and using Hyperterminal in Windows. With the same serial config.
Thanks for the help.