OAR

RTEMS 4.5.0 On-Line Library


Console Driver Writing Characters to a Serial Device

PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

8.4.7: Writing Characters to a Serial Device

The console_write is invoked when the serial device is to be written to. This entry point corresponds to the device driver write entry point.

This routine is responsible for adding the requested characters to the Termios output queue for this device. This is done by calling the routine rtems_termios_write to add the characters at the end of the Termios output buffer.


PREV UP NEXT Bookshelf BSP and Device Driver Development Guide

Copyright © 1988-2000 OAR Corporation