Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 ?

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

like image 468
newway Avatar asked Apr 25 '12 01:04

newway


2 Answers

Maybe it can help:

Android Emulator - PC Serial Port

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

like image 139
mybegt45s Avatar answered Oct 06 '22 22:10

mybegt45s


Why dont use Microsoft emulator ?

see the Cellular Emulator section and here.

like image 37
v14564zs4fg Avatar answered Oct 06 '22 23:10

v14564zs4fg