Wortoll
Wortoll
FYI So far I managed to 'trace' this to ``` int GSM_SMS::ready() { int ready = MODEM.ready(); TRACE(); //Prints this if (ready == 0) { TRACE(); //Prints this ////// HERE...
FYI It seems that the order of multiple-messages is sometimes wrong But the timestamp is correct My sketch checks if the next message (within a time window) has same number...
Hi there, I had the same problem while making a sms-printer. (mkr1400 sms to Adafruit thermal printer) Thanks to information above! I managed to fix this by: - Changing the...
EDIT: it seems I should have started a new issue. => #118 also I made a function of the translator so you can send whatever data (like ie. the senderNumber)...