In the above table there is a command "CLR" with Description(hex) "OC"
When I write that command to serial port I write "port.Write(new byte[]{ 0x0C } )
"
and that works.
But I don't really understand how to write other commands in this list to serial port
for example ESC DC1
command , ESC Q A...........CR
command
Can someone please give me a bit of a explanation about these Code descriptions ? and how should I format them when I write to serial port ?
Please help me, I appreciate your help very much. :) Please be so kind enough to help me.