|
Post by dlmorgan999 on Jan 13, 2023 19:26:25 GMT -5
I have found two things related to controlling the RMC-1L over the network. One is that the protocol document says the command to enter standby mode is "Standby". However - when I issue this command, nothing happens. Sending "standby" (lower case s at the beginning) works as expected.
The second issue is I have found that if I send a standby command when the processor is already in standby, it turns on again. Here is the XML I'm sending. Am I doing something wrong?
<?xml version="1.0" encoding="utf-8"?> <emotivaControl> <standby value="0" ack="yes" ></standby> </emotivaControl>
|
|