Closed GoogleCodeExporter closed 9 years ago
Hey keheliya.gallaba, I have been having the same issue and though I am yet to
completely fix it, I have made the following observations.
[ I am using Huawei E173 modem ]
Changing
m=humod.Modem()
to
m = humod.Modem( '/dev/ttyUSB2', '/dev/ttyUSB4' )
enabled me to access some services like static info, sending texts was still a
no-go though :(
Not giving up though and looking through the code, trying to figure out more.
If you have come across any new info, please let us know
Original comment by eeb...@gmail.com
on 12 Nov 2011 at 8:10
Update :
Using the lowest numbered result from running "ls -l /dev/ttyUSB*"
in both inputs, e.g
m = humod.Modem( '/dev/ttyUSB0', '/dev/ttyUSB0' )
gave more consistent results, allowing me to send, receive list and delete
SMSes
the modem kept disconnecting ever so often though and one has to find the
lowest ttyUSB every single time you reconnect, not perfect but progress
Original comment by eeb...@gmail.com
on 13 Nov 2011 at 12:20
Read carefully docs/GettingStarted, section Instantiate a Modem().
Original issue reported on code.google.com by
keheliya.gallaba
on 16 Oct 2010 at 4:37