Re: is it possible to read SMS messages?
Stuart Henderson <[email protected]> Tue, 21 Jul 2026 12:28:27 -0000 (UTC)
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On 2026-07-19, Tomáš Rodr <[email protected]> wrote: > hello, > > i use the umb(4) interface with a sim card for > networking. is it possible to read messages > that are sent to the sim card? not an a umb(4) interface. if there's a way to enable an emulated serial port device accepting AT commands on your device, you may be able to do it that way (AT+CMGL, AT+CMGR), maybe easier via smstools3/similar. -- Please keep replies on the mailing list.