Serial control is a weak point for me. I've only had success with two devices.
My projector was easy. Each function is one character per string line. If a function that requires two button presses like a memory location in the projector which are called channels, you would press [2] and then [channel] and it would go to channel 2. It would be expressed on the string line as [2c]
(without the brackets). Now I'd like to control a LG flat screen. I have the protocol but I'm not sure how to express them on the string line. For power, it shows command1 as [k] and command2 as [a] (without the brackets) then data hexadecimal 00-01. So the question is, how do I express power on, on the string line. I've been spoiled by IR but IR won't work for me in this case as I need direct input control which IR does not do. If I had a sample of what power on should look like, I'm sure I could figure out the rest. Thanks,
Chip
My projector was easy. Each function is one character per string line. If a function that requires two button presses like a memory location in the projector which are called channels, you would press [2] and then [channel] and it would go to channel 2. It would be expressed on the string line as [2c]
(without the brackets). Now I'd like to control a LG flat screen. I have the protocol but I'm not sure how to express them on the string line. For power, it shows command1 as [k] and command2 as [a] (without the brackets) then data hexadecimal 00-01. So the question is, how do I express power on, on the string line. I've been spoiled by IR but IR won't work for me in this case as I need direct input control which IR does not do. If I had a sample of what power on should look like, I'm sure I could figure out the rest. Thanks,
Chip