summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClement Viel <vielclement@gmail.com>2018-11-12 21:32:54 +0100
committerDenis Kenzior <denkenz@gmail.com>2018-11-12 19:24:35 -0600
commit460217abd62107f8361664deb142ca486aff6cbe (patch)
tree41cf373927bde9cc4bec881fdc971a27b28081aa /doc
parent443d571c45f69b5ecba8aa037372874c8b4265b2 (diff)
downloadofono-460217abd62107f8361664deb142ca486aff6cbe.tar.gz
sim800: merge sim800 and sim900 documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/simcom-modem.txt (renamed from doc/sim900-modem.txt)10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sim900-modem.txt b/doc/simcom-modem.txt
index e9f051c3..0a813075 100644
--- a/doc/sim900-modem.txt
+++ b/doc/simcom-modem.txt
@@ -10,3 +10,13 @@ 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.
+
+SIM800 modem usage
+==================
+
+When using sim800 modem, the udev rule is the same as the
+sim900 rule :
+
+KERNEL=="ttyS3", ENV{OFONO_DRIVER}="sim900"
+
+Because the SIM800 and SIM900 code are the merged into one driver.