| aDump_Char | Index |
Definition:
Parameters:
| c | - | The character to transmit. |
Return Value:
Description:
Example:
aDump_Char('a');
This would send the character "a" through the serial port.
aDump_Char(65);
This would send the character "A" through the serial port.
Related: