huawei-modem 0.2.2

A set of utilities for interfacing with USB 3G/HSDPA/UMTS modems (particularly Huawei models) that use the Hayes/AT command set.
Documentation
1
2
3
4
5
6
7
8
//! Functions for sending actual AT commands to a connected modem.
//!
//! This module's submodules contain various utility functions that will send an AT command to do
//! something with the modem, and will return some form of typed result. Basically, you probably
//! want to take a look in here if you want to do anything useful without having to have a copy of
//! the modem manual yourself!
pub mod network;
pub mod sms;