8

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.

Community
  • 1
  • 1
newway
  • 647
  • 1
  • 13
  • 21

2 Answers2

1

Why dont use Microsoft emulator ?

see the Cellular Emulator section and here.

Ray Cheng
  • 12,230
  • 14
  • 74
  • 137