summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRenat Zaripov <r.r.zaripov@gmail.com>2012-01-12 16:32:21 +0400
committerDenis Kenzior <denkenz@gmail.com>2012-01-11 23:48:24 -0600
commitdb9652bda83d2c0bce4a990d958630e1abb244c7 (patch)
treed26ddf0cb0133599cc8e8ab8f4d2e288a0eb3ceb /doc
parent4d388a684bf6513deaea3c8c832d8e97b38fa366 (diff)
downloadofono-db9652bda83d2c0bce4a990d958630e1abb244c7.tar.bz2
doc: SIM900 driver usage documentation
Adding a short description for usage of SIM900 plugin
Diffstat (limited to 'doc')
-rw-r--r--doc/sim900-modem.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/sim900-modem.txt b/doc/sim900-modem.txt
new file mode 100644
index 00000000..e9f051c3
--- /dev/null
+++ b/doc/sim900-modem.txt
@@ -0,0 +1,12 @@
+SIM900 modem usage
+===================
+
+To enable SIM900 module support you need to put the following
+udev rule into appropriate file in /{etc,lib}/udev/rules.d:
+
+KERNEL=="gsmtty3", ENV{OFONO_DRIVER}="sim900"
+
+On the i-Tetra tracking device, the SIM900 is accessed
+via N_GSM mux device. We use ofono as SMS message
+service and incoming voice calls service, so we
+use /dev/gsmtty1 provided by N_GSM mux.