I'm looking for a way to send Sms throught MbnApi using : http://msdn.microsoft.com/en-us/library/windows/desktop/dd323167(v=vs.85).aspx IMbnSms interface. But it's not working at all. I could not have a sample project to see how to do it. I'm coding on C# .Net Thx public class NaErrorHandling { public Dictionary<UInt32, string> Hresults { get;private [...] read more
I'm trying to get up & running with the Mobile Broadband API. I'm using it from C#, using the instructions found here. I have a problem with it though: when the modem device is locked (i.e., PIN is required), I want to set the pin programmatically and the continue to [...] read more