Sending an SMS using a cellular internet modem

My home Internet is provided through a cellular modem. Every time I hit a data cap, I have to take the SIM card out of my modem, put it into my phone, and send an SMS to my service provider. As one might imagine, this is a pain in the ass. Is there any way to send an SMS directly from the modem?

You might be able to get a second phone preferably android incase some sort of minor rooting (jailbreak) is needed, instead of your cell modem and use that as a wireless hotspot. This way you can send a txt directly from that phone instead of sim switching.

I can send texts from my browser with my android phone. If the cellular modem looks like an android phone to the world, maybe you could do that?

Also, you could try asking your provider if there’s a better way to increase the cap.

Your modem almost certainly has the ability to send SMS messages, it’s a matter of whether it gives you an interface for doing so. I just tested my Verizon USB730L modem, and while I can read messages I can’t send them. My Cisco LTE router, on the other hand, lets me send and receive.

If your modem has a web interface, you might poke around there to see if there’s a facility for sending. Try http://192.168.0.1/ or http://192.168.1.1/ if you don’t know its address.

Here’s the USB730L interface. You’d think they would let you send from the same Messages page, but nope. Hopefully your modem does.

If your modem provides access to the raw AT command interface (which they all have internally), you can send an SMS with the AT+CMGS command. For example, here’s the AT command set for the USB730L:

https://scache.vzw.com/dam/support/pdf/verizon-usb730l-at-command-reference-guide.pdf

Sometimes the AT interface is provided on a virtual COM port on a PC.

You can send an SMS with an email-SMS bridge.
They are not widely publicized, but almost all ISPs have them.
You send the email to (for example) 1234567890@att.net and the text of the email is sent as an SMS to that number.

ETA:

I just tried this with my phone and mms.att.net, and it worked.

I think @MozeJose needs to SMS from their cell modem’s number, not to it. Presumably that’s how the provider is authenticating the request for a data cap increase.