I would love to write a programme that displays short messages from users, and I thought a possibility would be a library that allows to receive sms.
I did find a library called smsP5, but I can’t find any documentation on how to connect the sketch to a phone or server?
The example says:
org.apache.log4j.BasicConfigurator.configure(); receiver = new ReceiveSms("modem.com1", "COM3", 19200,"Huawei", "E220",3);
Not sure what to do with this. :-/
It would be amazing if anybody could share some experience or point me towards a tutorial. I guess other popular messaging services or e-mails could be a possibility as well.
Thanks so much!