pub fn send_sms_textmode(
    modem: &mut HuaweiModem,
    to: String,
    msg: String
) -> impl Future<Item = u32, Error = HuaweiError>
Expand description

Send a message to a phone number, in text mode (AT+CMGS).

Using text mode is recommended against for all but the most simple of cases; see the module-level documentation for more.