I need to access a SIM card and get the SIM card Serial No, Phone No. and carrier from SIM card at5tached to a 开发者_Python百科PC via a USB/SIM adapter.
.Net platform, C# prefered.
Any ideas?
BP...
I don't know if this solves your problem, but maybe you will take a look at this: gsmcomm library
probably this code library should help
or this
http://www.sharpdevelop.net/OpenSource/SharpUSBLib/default.aspx
This SIM card SDK does exactly what you need. It is compatible with any card type you can think of, and it includes a .NET wrapper. There's sample app in C# that shows how the whole thing works.
I am one of the developers, specifically, the guy who reads the standards and implements support for different file types. We continuously update it to add compatibility with new cards that are used by carriers in various parts of the world.
精彩评论