more on printer
This commit is contained in:
parent
a34fd9aefd
commit
e8d839eccb
2 changed files with 15 additions and 9 deletions
|
@ -112,7 +112,7 @@ void PosPrinter::printTest()
|
|||
std::stringstream commandStream;
|
||||
commandStream << Command::ENCODING;
|
||||
commandStream << "Der Drucker kann von KIMA2\nangesprochen werden.\n\n"
|
||||
<< "Beachten Sie, dass nicht\nalle Modelle Strichcodes\nausdrucken können.";
|
||||
<< u8"Beachten Sie, dass nicht\nalle Modelle Strichcodes\nausdrucken können.";
|
||||
commandStream << Command::FEED;
|
||||
printHeader();
|
||||
write(commandStream.str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue