Definition:
#include <aDump.tea>
| void aDump_CharUdec( | char c); |
Parameters:
| c | - | The character to format and transmit as an unsigned decimal number. |
Return Value:
This routine does not return a value.
Description:
This routine formats the character variable as an unsigned decimal number and transmits the characters through the serial port. The number of digits depends on the value.
Example:
aDump_CharUdec(10);
This would send the characters "10" through the serial port.
aDump_CharUdec(0x80);
This would send the characters "128" through the serial port.
Related:
version: 1.0, build 80903
© Copyright 1994-2008 Acroname, Inc., Boulder, Colorado. All rights reserved.