Using Android-emulator to test AT commands by COM from external application
问题 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 ?