This is a console for interacting with Vodafone dongles.

Dependencies:   mbed-rtos VodafoneUSBModem mbed

You are viewing an older revision! See the latest version

Homepage

This is a bridge between a serial driven console and a serial driven cellular modem or modem interface. This was written to complement our collaboration with mbed: See http://mbed.org/users/donatien/code/VodafoneUSBModem/ for further information.

For example, one can use GNU screen or PuTTY (two examples of consoles) to interact with a Vodafone K3772-Z USB dongle.

Support is provided for line-based consoles, which send one line at a time, and for character based consoles.

For character based consoles, the following line-editing features are provided:

  • In-line editing (deletion, left/right arrow keys, insertion)
  • Command history (via up/down arrow keys)

Line buffer length, and command history depth, are compile-time options.


All wikipages