sim800: merge sim800 and sim900 documentation.

This commit is contained in:
Clement Viel 2018-11-12 21:32:54 +01:00 committed by Denis Kenzior
parent 443d571c45
commit 460217abd6
1 changed files with 10 additions and 0 deletions

View File

@ -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.