是否可以将Android移动设备用作PC的GSM调制解调器?
我正在.net下开发应用程序来发送/发送短信等等.现在,我想通过USB将我的Android设备连接到我的PC,并将其用作GSM调制解调器与之通信.
这是我为此目的创建.NET应用程序的参考站点.
我在这里得到错误
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);
}
Run Code Online (Sandbox Code Playgroud)
它说"错误重新传输COM端口电话信息".
是否有任何类型的驱动程序/应用程序/等处理它?
环境:Windows XP/Windows 7 Mobile测试:Q Mobile Noir A-10