views:

31

answers:

1

I am interested in building a remote control app of sorts for android devices to allow them to control windows media center on windows 7. How can I send commands to media center as if they were coming from a physical remote? Lets say for instance I wanted to change the TV to channel 67, how would I do that code wise? I would prefer to do the coding in C# but am open to C++

A: 

You should try using Bluetooth Stack, widecomm or bluesoliel drivers. You will need to send BT commands to the Media Center PC via your andriod phone and process them to tune the channels.

Sumit Ghosh
I am not talking about the communication between the phone and the computer. I am talking about the desktop app communicating with Media Center.
Mr Bell