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.

Index page<br />

Interrupt 0xA0 service 0x11: Set STDIO focus<br />

Parameters<br />

AH<br />

AL<br />

Comments<br />

Set the focus of STDIO to either console, application or both<br />

Must be 0x11<br />

1: command shell (console), 2: Application, 3: both<br />

If your application requires input from the user, you should set the focus to the application.<br />

You should assure that only one application requests input from STDIO.<br />

The user can change the focus by using the focus hot key (default Ctrl-F).<br />

Changing the focus clears the serial input and output queues immediately.<br />

Important :<br />

All buffered incoming and outgoing characters in the internal serial<br />

send and receive queues are lost after this call.<br />

Related Topics<br />

Top of list<br />

Index page<br />

Focus key definition<br />

Interrupt 0xA0 service 0x12: Get bootstrap version number<br />

Parameters<br />

AH<br />

Get the version number of the bootstrap loader.<br />

Must be 0x12<br />

Return Value<br />

Comments<br />

Top of list<br />

Index page<br />

AX=version number, AH is major version, AL is minor version.<br />

Example:<br />

If the function returns 0x0100 in AX, this means that you have version 1.00.<br />

Interrupt 0xA0 service 0x13: Get <strong>@CHIP</strong>-<strong>RTOS</strong> version number<br />

Parameters<br />

AH<br />

Get the version number of the <strong>@CHIP</strong>-<strong>RTOS</strong>.<br />

Must be 0x13<br />

Page 85 / 400

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

Saved successfully!

Ooh no, something went wrong!