anthill / quipu

An interface for GSM communication in javascript.
4 stars 4 forks source link

3G device ports #2

Closed bleucitron closed 9 years ago

bleucitron commented 9 years ago

You have to be carefull which ports you use on your 3G device depending on the application. This can be tricky, because each model can have different ports, and for the same device, its ports can have different denomination depending on the OS you're on.

For example:

On Ubuntu, with a HUAWEI e3131 device, we have 3 different ports:

On MacOS, for the same device:

We are not sure which corresponds to which, but pcui might be USB2, and modem USB0. This is to be confirmed.

You need to pay attention on the port you're using for texting, and the one you're using for 3G connection (for now, in wvdial.conf).

bleucitron commented 9 years ago

I think i might have something that would solve this: http://forum.ubuntu-fr.org/viewtopic.php?id=430477

vallettea commented 9 years ago

seems solid: screen shot 2015-06-16 at 17 42 31

bleucitron commented 9 years ago

Closing !