EdwinKestler / SIM800_MQTT

Arduino MQTT Sim800 Libraru
33 stars 16 forks source link

Issues when recieving data more than 30 bytes length #2

Open siddharthtaunk opened 7 years ago

siddharthtaunk commented 7 years ago

Hi Great library but it is causing some issues The inputstring array in serialevent is unable to recieve all the characters from the serial buffer Let's say we are sending 60bytes, only 30 are recieved into the inputstring array the rest are discarded. Kindly fix this issue. Anything more than 25 bytes its missing the data in the serialbuffer Strangely the datalenth (i.e. MQTt.messagelength is correct

Thanks and regards. Siddharth