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().Model.ToUpper().ToString();
Revision_Num.Text = comm.IdentifyDevice().Revision.ToUpper().ToString();
Serial_Num.Text = comm.IdentifyDevice().SerialNumber.ToUpper().ToString();
}
catch (Exception e50)
{
MessageBox.Show("Error Retriving COM Port Phone Information", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
It says "Error Retriving COM port Phone Information".
Is there any kind of driver/app/etc to handle it?
Environment: Windows XP/Windows 7 Mobile to test: Q Mobile Noir A-10