예제 #1
0
파일: test2.py 프로젝트: DAT4/atsms
from phone import Phone

p = Phone("/dev/ttyUSB2")
p.unlock('3451')
p.write('hejsa', '+4542708118')
p.done()