Syntax - Barco Projector User Manual

Serial communication lcd-dlp projector
Table of Contents

Advertisement

Characters :
In this manual, all characters are expressed using the C-
language syntax :
decimal values
hexadecimal values
Negative values/numbers :
The 2s complement number system is used to express
negative numbers.
Pascal-language string :
A Pascal-language string consists of one or more
characters. The first character of the string contains the
length of the string. Therefore, a Pascal-language string is
limited to 255 characters.
Example : "hello world"
length
'h'
'e'
'l'
'l'
'o'
' '
'w'
'o'
'r'
'l'
'd'
ddd
ddd = 0..255
\xhh
hh = 00..ff
\x0b
\x68
\x65
\x6c
\x6c
\x6f
\x20
\x77
\x6f
\x72
\x6c
\x64

syntax

21

Advertisement

Table of Contents
loading

Table of Contents