here is my /etc/wvdial.conf:
[Dialer Defaults]
Init1 = AT+CGDCONT=1,"IP","internet.tigo.hn"
Init1 = ATZ
Auto DNS = off
Modem Type = USB Modem
Phone = *99***1#
Password = Guest
Username = Guest
Modem = /dev/ttyACM0
Baud = 921600
I installed pyWvdial 3 or 4 days ago and i've had no problem
@arundracula,
you can try to edit your /etc/wvdial.conf to make it look like this:
[Dialer Defaults]
Modem=/dev/ttyACM0
Baud=115200
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1
FlowControl=Hardware (CRTSCTS)
Username=<username>
Password=<password>
Phone=<number>
Stupid Mode= 1
#Inherits = Modem0
or make a file named wvdialrc with the same content in your home folder, this way pyWvdial should be able to read your configuration. And i'm not sure but I think
Baud=115200 is too low, you will get better speed if you set it to a higher value