Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I have a Dongle (USB Modem) that contains a SIM card, that I want to get out some information from it, such as the IMSI number or MSISDN, so how can I do it with the WMI ??

I did this requirement with the AT+Command but this need to disconnect the Dongle From the internet to liberate the Port.

so that why I have found that the WMI can play the same role as AT+Command but I didn't understand how ??

Best regards

Yassine
Posted

1 solution

Not supported.

You can get a lot of information on the modem from the Win32_POTSModem class, but the information you want is not exposed by any WMI class. You can't get it using WMI.
 
Share this answer
 
Comments
benhadi 11-Nov-13 9:51am    
Hi thanks for your reply, so how can I get it out please, did you know any way/solution to sort it out please ??!
Dave Kreskowiak 11-Nov-13 9:53am    
You already have the only way to do it.
benhadi 11-Nov-13 10:01am    
Yes, thanks, but I want to avoid the fact to disconnect my Dongle from the internet to send the AT+Command, (because if my Dongle connect to the internet I can't send any AT+Command, because the port already occupied by the internet!).
Dave Kreskowiak 11-Nov-13 10:47am    
There is no other method! You'll have to consult the manual on the model to see if there is a command sequence you can send to it to drop it back to command mode and get the data you want.
benhadi 11-Nov-13 10:56am    
Thanks a lot for your responses, but I didn't understand how to do that !!can you explain more please !?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900