| aDump_CharUdec | Index |
Definition:
Parameters:
| c | - | The character to format and transmit as an unsigned decimal number. |
Return Value:
Description:
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: