Hi Guys, just trying to control a TV via serial control. I have used the DDK many times but mainly for ir control and cr — Staff replied: “It looks like you're trying to send binary commands, but your commands are formatted as ASCII. Just rewrite: A0F055FFAF50 As: \xA0\xF0\x55\xFF\xAF\x50 Thank you.”
Hi Guys, just trying to control a TV via serial control. I have used the DDK many times but mainly for ir control and creating my own command setups. I'm now trying to create the serial codes for a TV but having issues.
<a href="https://www.dropbox.com/sh/tc9jiw0agl5nizb/AAD9e9C1jr5OFoQ-jcuPtXpva" title="RoomieCodes.plist">Here</a> Here is a link to a copy of the .plist I'm working on.
The codes given by the manufacturer are in Hex and if I input them into iTest they work fine, just having issues getting the correct format or data into the .plist file. For those that have a look a sample code looks like this" A0 F0 55 FF AE 51 ". Like I say, in iTest it works fine when I hit the hex send button, just not sure how to get roomie to understand it. In the .plist, it is the device called TileVision TV26FR2.
Any help is much appreciated.