01.06.2013 Views

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

IPC@CHIP Documentation - SC12 @CHIP-RTOS V1.10

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Interrupt 0x14 service 0x0B: Transmit byte, do not wait.<br />

Place a byte into the transmit buffer if there is space available. Otherwise simply return with AX=0,<br />

without handling the transmit byte.<br />

Parameters<br />

AH<br />

AL<br />

DX<br />

0x0B<br />

Byte to transmit<br />

Port number: 0 for EXT, 1 for COM<br />

Return Value<br />

Top of list<br />

Index page<br />

AX=0 if byte was not accepted (no space in buffer)<br />

AX=1 if byte was placed in buffer<br />

Interrupt 0x14 service 0x0C: Peek if next byte is available.<br />

Parameters<br />

AH<br />

DX<br />

Returns the next byte available in the receive buffer, without removing it from the buffer.<br />

0x0C<br />

Port number: 0 for EXT, 1 for COM<br />

Return Value<br />

Top of list<br />

Index page<br />

AX=0xFFFF if no byte was available<br />

AH=0x00 and AL=next byte, if a byte was available.<br />

Interrupt 0x14 service 0x0F: Enable/disable flow control.<br />

Parameters<br />

Configure the flow control for a port.<br />

Page 332 / 400

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

Saved successfully!

Ooh no, something went wrong!