Hi,
I am an AMX and Crestron programmer working within the AV industry for around 8 years. I have started to try using eclipse to write apps for android which will allow an android tablet to control AV equipment over a network. Here is a typical example.
NEC Projector NP3250 accepts commands on TCP Port 7142.
command to be sent to power projector on is $02 $00 $00 $00 $00 $02 $0D
(with hex being designated by $)
I am unsure about how to go about doing this any help would be greatly appreciated