Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HelloI would like to control a Sony projector with a macro from a codec (RoomOS 11.15.1.0) via RS-232 (outbound). The Power-On command is: "\xA9\x17\x2E\x00\x00\x00\x00\x3F\x9A" (all HEX) But the codec sends out the following: \xC2\xA9\x17\x2E\x00\x0...
Here is the manual with the wrong description for HEX.
• Text (required): The text to send to the peripheral.You can add special characters using “\” notation for special characters and “\x{ASCIIHEXCODE}”for hex characters.Example: To send a string e...
Now I have written the command with double \\x and it works.:
I don't know if this is the normal HEX notation or a workaround.
const POWER_ON = "\\xA9\\x17\\x2E\\x00\\x00\\x00\\x3F\\x9A";
const POWER_OFF = "\\xA9\\x17\\x2F\\x00\\x00\\x00\\x3F\\x9...
Still no improvement in RoomOS 11.15.1.6.As soon as Cisco has fixed the bug, I will get back to you with the RoomOS version.
I hope Cisco reads the API-Bug forum...