beautypg.com

Manual-31 – Rane SR 3 User Manual

Page 31

background image

Manual-31

The four

bytes are:

03 or 0000 0011

69 or 0110 1001

3F or 0011 1111

2B or 0010 1011

For byte to pixel interpretation, see Appendix A at the end of this document.

Response: "OK"

STR
String

Displays a string using the current font starting at the current cursor location.

Send: STR,"ccccc"

Where: ccccc is the string of characters to be displayed

Example: STR,"Hello World" displays the string: Hello World.

Response: "OK"

SL
String Left

Displays a left justified string using the current font on the specified line.

Send: SL,n1,"ccccc"

Where: n1 is the line number for the string to be displayed on.

n1 ranges from 0 (bottom line) to 7 (top line).

ccccc is the string of characters to be displayed.

Example: SL,3,"Hello World" displays the left-justified string:

Hello

World

Response: "OK"

SC
String Center

Displays a center justified string using the current font on the specified line.

Send: SC,n1,"ccccc"

Where: n1 is the line number for the string to be displayed on.

n1 ranges from 0 (bottom line) to 7 (top line).

ccccc is the string of characters to be displayed

Example: SC,3,"Hello World" displays the center-justified string:

Hello

World

Response: "OK"

SR
String Right

Displays a right justified string using the current font on the specified line.

Send: SR,n1,"ccccc"

Where: n1 is the line number for the string to be displayed on.

n1 ranges from 0 (bottom line) to 7 (top line).

ccccc is the string of characters to be displayed

Example: SR,3,"Hello World" displays the right-justified string:

Hello

World

Response: "OK"