Hi,
I'm trying to learn a command through the ASCII interface but it doesn't work. I using the ASCII protocol but some commands simply doesn't work, the firmware version that I'm using is the 6.08.30, and I'm sending the command that way:
socket.println("ASCI")
socket.println("Alearn")
socket.println("<CR>")
I'm developing a software using Java. Some commands like sending ir commands work well, Can anyone tell me what's wrong?