Programming, Send_commands – AMX MIDI Interface Card AXC-MIDI User Manual

Page 7

Advertising
background image

Programming

3

AXC-MIDI MIDI Interface Card

Programming

The AXC-MIDI uses the Axcess programming language. For more information, refer to the Axcess

Language instruction manual.

Send_Commands

The following table lists the Send_Command functions for the AXC-MIDI.

Send_Commands

RXON

Enables card to send incoming characters to the Master Card; this command is
automatically sent to the Master Card when a buffer is created for the corre-
sponding device.

RXOFF

Disables the card’s ability to send incoming characters to the Master Card;
when the card is given power, it will initially perform this command automati-
cally.

RXCLR

Any characters waiting in a buffer to be sent to the Master Card will be erased.

TXCLR

Any characters waiting in a buffer to be sent to a card will be erased and trans-
mission to the buffer will stop.

OUT=IN

Card will automatically transmit any characters Out received from In.

OUT<>IN

Card will not automatically transmit Out any characters from In (default).

Advertising