Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/examples/pppd put more info about the sierra modem
details: https://anonhg.NetBSD.org/src/rev/72ad9874a27b
branches: trunk
changeset: 326737:72ad9874a27b
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 15 18:17:59 2014 +0000
description:
put more info about the sierra modem
diffstat:
share/examples/pppd/sprint3G.chat | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4f83d61a06c5 -r 72ad9874a27b share/examples/pppd/sprint3G.chat
--- a/share/examples/pppd/sprint3G.chat Sat Feb 15 17:39:03 2014 +0000
+++ b/share/examples/pppd/sprint3G.chat Sat Feb 15 18:17:59 2014 +0000
@@ -1,5 +1,13 @@
#!/bin/sh
+# Sierra Wireless 3G/4G 250U
+
+# CDMA Version
+# at!rssi? # Show signal level -60 to -90 dbm is acceptable
+# at!pcinfo # Show if the modem is online
+# at!pcstate=1 # Turn radio on
+
chat -t 100 -v '' 'ATZ' \
- 'OK' 'ATDT#777' \
+ 'OK' 'AT!PCSTATE=1' \
+ 'OK' 'ATDT#777' \
TIMEOUT 120 \
'CONNECT' '\c'
Home |
Main Index |
Thread Index |
Old Index