Hi Yogesh,
On Mon, Apr 19, 2010 at 7:54 AM, yogesh karpate <
yogesh...@gmail.com> wrote:
> The same happens with Huawei EC 1260(3g modem).I am working on Linux ubuntu
> 8.04(Hardy).
> There is inbuilt program called wvdial in hardy that dials the modem in
> normal case.For 3g modem you have to
> use modeprobe command in ubuntu.I want to send the data of 30-40kb using
> this modem to server.
> How can I go for it?Thanks in advance
> Regards
> Yogesh
A number of folks have reported not being able to work with PyHumod
with newer modems and Ubuntu.
To rule out the system issue please do the following:
1. Identify what usb ports are assigned to the modem. Plug the modem in and run:
$ ls -al /dev/ttyUSB*
2. ttyUSB0 should be the modem port and ttyUSB[12] most typically
stands for control port. Use minicom to connect to the control port
and try to send text manually with the following commands:
AT+CMGF=1
AT+CMGS=”<your number>"
> Test message!
> <CTRL+Z>
What's the output?