Programming
AXC-232++ Send_Commands (Cont.)
CHARD | Syntax: | |
Sets delay between all trans- |
| |
mitted characters to incre- | Variable: | |
ment specified. | ||
time = 100 microsecond increments 0 - 255. | ||
| ||
| Example: | |
| SEND_COMMAND | |
| Sets 1mS delay between all transmitted characters. | |
|
| |
CTSPSH | Syntax: | |
Enables PUSHes and | 'CTSPSH' | |
RELEASEs. | Example: | |
| ||
| SEND_COMMAND AXC232,'CTSPSH' | |
| Enables PUSHes, RELEASEs, and status on channel 255 ([0,255] within the | |
| ||
| on. | |
|
| |
CTSPSHF | Syntax: | |
Disables the 'CTSPSH' | 'CTSPSHF' | |
command. | Example: | |
| ||
| SEND_COMMAND AXC232,'CTSPSHF' | |
| Disables the 'CTSPSH' command. | |
|
| |
EOFF | Syntax: | |
Disables the 'EON ' | 'EOFF' | |
command (default). | Example: | |
| ||
| SEND_COMMAND AXC232,'EOFF' | |
| Disables the 'EON' command. | |
|
| |
EON | Syntax: | |
Forces the | 'EON' | |
ignore the transmitted char- | Example: | |
acters on its receiver. | ||
SEND_COMMAND AXC232,'EON' | ||
| ||
| Forces the | |
| When using | |
|
| |
HSOFF | Syntax: | |
Disables hardware | 'HSOFF' | |
handshaking (default). | Example: | |
| ||
| SEND_COMMAND AXC232,'HSOFF' | |
| Enables placement of characters in the buffer. | |
|
| |
HSON | Syntax: | |
Disables placement of char- | 'HSON' | |
acters in the buffer specified | Example: | |
by CREATE_BUFFER 1. | ||
SEND_COMMAND AXC232,'HSON' | ||
| ||
| Enables hardware handshaking. | |
|
| |
RXCLR | Syntax: | |
Clears any characters in the | 'RXCLR' | |
Receive buffer waiting to be | Example: | |
sent to the | ||
SEND_COMMAND AXC232,'RXCLR' | ||
| ||
| Clears any characters in the Receive buffer waiting to be sent to the | |
| If 'RXCLR' is sent while RTS is low, RTS returns high. | |
|
|
| 10 |
|
|
|
|