2

I want to connect my Sony Xperia smartphone to the PC via USB and then I want to develop a .NET Application which uses the connected phone to send SMS with it. Is this possible?

Which components do I need?

Greetings Christian

1 Answers1

0

You can consult to answer on this question for sending SMS: Send SMS in android

For communication between PC & Mobile over USB, please check out Android USB documentation. It contains code snippet on how to achieve communication over USB. http://developer.android.com/guide/topics/connectivity/usb/host.html

Community
  • 1
  • 1
Max Abrahamsson
  • 1,460
  • 3
  • 17
  • 35