<< Click to Display Table of Contents > USC-2 Data Format (ASCII) |
![]() ![]() ![]() |
The USC-2 interfaces can interpret the following standard ASCII characters:
|
Telnet |
RS-232 |
||
---|---|---|---|---|
HEX |
DEC |
HEX |
DEC |
|
Supported ASCII Characters |
0x20 - 0xFF |
32 - 255 |
0x00 - 0xFF |
0 - 255 |
Missing ASCII ' " ' (indicating a string only) |
0x22 |
34 |
0x22 |
34 |
Table 1: Supported ASCII characters for Telnet and RS-232 interface of USC-2 card.
Special ASCII character referenced to within this manual are:
•<CR> is the ASCII carriage return character (0x0D)
•<LF> is the ASCII line feed character (0x0A)
•<Space> is the ASCII space character (0x20)
Strings like entity names must be enclosed by a ' " ' character ASCII(0x22)
"MyEntity" |
|
---|---|
"My Entity" |
spaces are allowed inside Strings |
The decimal delimiter of floating point numbers is the dot character ' . ' ASCII(0x2E). For example: 121.34