03.03.2013 Views

DIGITAL RESEARCH(r) CP/M Plus TM (CP/M Version 3) Operating ...

DIGITAL RESEARCH(r) CP/M Plus TM (CP/M Version 3) Operating ...

DIGITAL RESEARCH(r) CP/M Plus TM (CP/M Version 3) Operating ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The DEVICE Command <strong>CP</strong>/M 3 User's Guide<br />

Table 5-4. DEVICE Options<br />

Option Meaning<br />

XON refers to the XON/XOFF communications protocol.<br />

This protocol uses two special characters in the ASCII<br />

character set called XON and XDFF. XON signals<br />

transmission on, and XOFF signals transmission off.<br />

Before each character is output from the computer to<br />

the peripheral device, the computer checks to see if<br />

there is any incoming data from the peripheral. If the<br />

incoming character is XO,FF, the computer suspends<br />

all further output until it receives an XON from the<br />

device, indicating that the device is again ready to<br />

receive more data.<br />

NOXON indicates no protocol and the computer sends data to<br />

the device whether or not the device is ready to receive<br />

it.<br />

baud-rate is the speed of the device. The system accepts the<br />

following baud rates:<br />

50 75 110 134<br />

150 300 600 1200<br />

1800 2400 3600 4800<br />

7200 9600 19200<br />

Examples: A >DEVICE CONOUT: =L PT ,CRT<br />

A >DEVICE AUXIN: =CRT2 [XON , 9600]<br />

A >DEVICE LST: =NULL<br />

The first example assigns the system console output, CONOUT:, to the<br />

printer, LPT, and the screen, CRT. The second example assigns the<br />

auxiliary logical input device, AUXIN:, to the physical device CRT<br />

using protocol XON/XOFF and sets the transmission rate for the device<br />

at 9600. The third example disconnects the list output logical device,<br />

LST:.<br />

5-17

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!