I’m using sms-utils to send messages. My H/W is BeagleBone Black – MTD-H5. Is it possible to place an entire sms message in a single string?
I.E. sms -d /dev/ttyACM3 <address> <text body>
I don’t see anything that describes non-interactive mode, is that the mode I need to use?
Thanks