Using Android-emulator to test AT commands by COM from external application

倖福魔咒の 提交于 2019-12-08 17:00:49

问题


I need send AT commands to a usb GSM modem whith C#.
The problem is that i havent no GSM modem or GSM enabled device yet to develop then i was looking for a emulator.
The only simulated GSM modem i found was that come with the Android SDK.
My problem now is sent AT commands to Android simulated GSM modem througt COM port like i need to do in my real application.
There is some way to reach COM (virtual Usb-Com) port of Android simulated GSM modem and sent AT commands to connect to internet ?

There is someone telling about here but it cant help me.


回答1:


Maybe it can help:

Android Emulator - PC Serial Port

http://groups.google.com/group/android-platform/browse_thread/thread/bc4919b347ce5062




回答2:


Why dont use Microsoft emulator ?

see the Cellular Emulator section and here.



来源:https://stackoverflow.com/questions/10308130/using-android-emulator-to-test-at-commands-by-com-from-external-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!