1

I need to initiate a Circuit Switched Data (CSD) call from my android app in order to communicate with some legacy hardware.

Is this possible - if so, would you be able to give me a point in the right direction.

ligi
  • 39,001
  • 44
  • 144
  • 244
user1134477
  • 79
  • 1
  • 5

1 Answers1

1

yes. you can use at command in android with below trick : Send AT Commands to Android Phone

with atd0********** you can make data call.

Community
  • 1
  • 1
M.Movaffagh
  • 1,284
  • 5
  • 20
  • 33