Print and Carriage Return
This command prints one line from the buffer and feeds paper. The printer can be set through the configuration menu to ignore or use this command. Some applications expect the command to be ignored while others use it as a print command.
ASCII |
CR |
Hexadecimal |
0D |
Decimal |
13 |
Example:
MSComm1.Output = Chr$(&H0D)
Note: For more information, refer to Carriage Return Usage.