I have a display that I'm trying to figure out how to turn off and on. I've figured out how to use hex/decimal for another display model, but the attached manual for this TV includes ascii and hex.
Can someone help me out with this model display? I have an XD1030 connected with serial.
The took out most of the pages from the manual to cut down the size. I left the entire serial command section.
The format is <STX>001PWRWOFF0<ETX>
It states that STX is 0x0f and ETX is 0x0d
001 is the set ID, PWR is the command, W is for write, the switches are OFF and -ON , the 0 is the index(not sure what this is for).
How would I send this type of command to the display from an XD1030?
Akira Manual_.pdf