Posts by Bruno Inacio • 41 points
2 posts
- 
		0 votes2 answers329 viewsA: Store SMS message in variablethis code solves my problem, I can edit the sms. using vectors :) #include <SoftwareSerial.h> SoftwareSerial SIM(2, 3); int x =0; float temp=0; char data [256]; void loop() {… 
- 
		4 votes2 answers329 viewsQ: Store SMS message in variableI’m having trouble saving a text message in a variable. The idea is to send an SMS with a command and later use a conditional operator to activate or deactivate a relay. But I can’t save the SMS…