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