String help
tkurshin
Posts: 11
I have to send a particular command to a projector for input:
send_string s7, " ' i n p u t = a - r g b 2 ' , $ 0 D , $ 0 A "
I've spaced the string out here for visibility. I suspect that the dash is the culprit in the a-rgb2.
This one works:
send_string s7, " ' i n p u t = c o m p ' , $ 0 D , $ 0 A "
Any suggestions?
Thanks
send_string s7, " ' i n p u t = a - r g b 2 ' , $ 0 D , $ 0 A "
I've spaced the string out here for visibility. I suspect that the dash is the culprit in the a-rgb2.
This one works:
send_string s7, " ' i n p u t = c o m p ' , $ 0 D , $ 0 A "
Any suggestions?
Thanks
0
Comments