在 driver wizard 中写入的HEX代码前面都要用'$' ,来表示它是16进制代码。
比如optoma提供的开机代码为:7E 30 30 30 30 20 31 0D
那么写入Control4 driver wizard中应该为:$7E $30 $30 $30 $30 $20 $31 $0D
在 driver wizard 中写入的HEX代码前面都要用'$' ,来表示它是16进制代码。
比如optoma提供的开机代码为:7E 30 30 30 30 20 31 0D
那么写入Control4 driver wizard中应该为:$7E $30 $30 $30 $30 $20 $31 $0D
暂无评论
要发表评论,您必须先 登录