Android mobile as GSM Modem to send/receive SMS on PC?
问题 Is it possible to use an Android mobile device as a GSM modem with PC? I am developing apps under .net to make send/reieve SMSs and so on. Now I'd like to connect my android devices via USB to my PC and use it as a GSM modem to communicate with it. Here is the Reference site which I am following to create .NET application for this purpose. and I am getting the error here try { Phone_Name.Text = comm.IdentifyDevice().Manufacturer.ToUpper().ToString(); Phone_Model.Text = comm.IdentifyDevice()