How to interact with MC7710 after ppp configured

Ricky,

No I meant you should be able to get specific tech support from your channel.

Having re read the thread just wanted to re visit one point, all MC7710’s can operate in either QMI or DirectIP mode, to swtich between these modes you just need to change the PID, to do this run the below commands

at!entercnd=“A710”
at!udpid=68A3
at!reset

Unit should now fire up into DirectIP mode and your system has probably already got these drivers installed. Now you can connect to /dev/ttyUSB3 and send at commands. Here you just need to end the below to get an internet connection.

at+cgdcont=1,“IP”,“APN_name”
at!scact=1,1

Once the session is setup the scact will return ok and you can continue to send AT commands, you should then see a session come up on your system as the interface is activated.

You may need to direct the packets with some thing like ‘dhclient wwan0’ in a terminal but that’s it.

Regards

Matt