From 40c8399a68d82834effea95ae2595118cd829e3a Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 4 Oct 2020 14:28:09 +0200 Subject: [PATCH] update documentation on STAR TSP100 fixes #410 and #403 --- doc/user/usage.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/user/usage.rst b/doc/user/usage.rst index 47ef916..3a30c8c 100644 --- a/doc/user/usage.rst +++ b/doc/user/usage.rst @@ -294,4 +294,18 @@ This way you could also store the code in a file and print it later. You could then for example print the code from another process than your main-program and thus reduce the waiting time. (Of course this will not make the printer print faster.) +Troubleshooting +--------------- + +This section gathers varios hint on troubleshooting. + +Print with STAR TSP100 family +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Printer of the STAR TSP100 family do not have a native ESC/POS mode, which +is why you will not be able to directly print with this library to the printer. + +More information on this topic can be found in the online documentation of +`Star Micronics `_ +and the `discussion in the python-escpos project `_. +