The software I wrote "switch2modem" currently only has code to switch
the Sierra Wireless cards from CD-ROM
emulation mode to Modem mode ('Cause that's what I have) but if you look
at the source code, you will see that
it should be very easy to add any other manufacturer type to the switch
statement.
You just need to know what code to issue in order to flip the card from
CD-ROM to Modem. (I refer to card because they all
talk USB)
And once you switch over, the modem connects using the regular USB
serial driver.
I'll see what I can dig up on the Huawei and forward you a patch. There
is another piece of code floating around which I had
looked at before writing this up. But at the time I felt it was too
heavyweight, with configuration files in /etc, setups, etc.
Plus it did not handle the Sierra so I was going to have to write code
anyway.
But if you are not a developer, you may not care. I'll try to dig that
up as well.
Peter Jones wrote:
> I am trying to connect a uk vodafone mobile 3G+ dongle modem Huawei x 160
> modem to my laptop.Most of these mobile modems are similar will your project
> help me with this as I am not a developer ?
>