#include <net_config.h>
BOOL com_putchar (
U8 c ); /* The character to write to the output buffer. */
Description
The com_putchar function writes the character specified by
the argument c to the serial output buffer and activates the
serial transmission if it is not already active.
The com_putchar function is part of RL-TCPnet. The
prototype is defined in net_config.h.
note
The serial driver functions must not use waiting loops because
loops block the TCPnet system.
You must provide the com_putchar function if the serial
controller you use is different from the ones provided in the
TCPnet source.
Return Value
__TRUE = executed successfully; character was written
into the output buffer
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.