projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tools: clean up Makefiles / make ccache work
[openwrt.git]
/
package
/
comgt
/
files
/
getimsi.gcom
1
opengt
2
set com 115200n81
3
set comecho off
4
set senddelay 0.02
5
waitquiet 0.2 0.2
6
flash 0.1
7
8
:start
9
send "AT+CIMI^m"
10
get 1 "^m" $s
11
get 1 "^m" $s
12
let x = len($s)
13
if x<2 goto continue
14
let $s = $right($s, x-1)
15
print $s
16
:continue
17
exit 0
This page took
0.045548 seconds
and
5
git commands to generate.