From c1410f6063b6994974dd43484b4e4a988fcfb237 Mon Sep 17 00:00:00 2001 From: ImaginaryResources <61711375+ImaginaryResources@users.noreply.github.com> Date: Fri, 7 Nov 2025 12:06:25 -0600 Subject: [PATCH 1/2] More info for STAR TSP100 family --- doc/user/usage.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/usage.rst b/doc/user/usage.rst index 2a1fff15..078fce46 100644 --- a/doc/user/usage.rst +++ b/doc/user/usage.rst @@ -319,6 +319,13 @@ 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. +However, for Windows it is possible to use the `Win32Raw `_ +printer type instead by supplying the printer name. + +.. code-block:: Python + + p = Win32Raw() + More information on this topic can be found in the online documentation of `Star Micronics `_ and the `discussion in the python-escpos project `_. From d93fc56db6b47c13fee47f0c6f81451263ff20c6 Mon Sep 17 00:00:00 2001 From: ImaginaryResources <61711375+ImaginaryResources@users.noreply.github.com> Date: Tue, 11 Nov 2025 18:07:18 -0600 Subject: [PATCH 2/2] More info for STAR TSP100 family --- doc/user/usage.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/user/usage.rst b/doc/user/usage.rst index 078fce46..ad9d43f1 100644 --- a/doc/user/usage.rst +++ b/doc/user/usage.rst @@ -320,14 +320,16 @@ 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. However, for Windows it is possible to use the `Win32Raw `_ -printer type instead by supplying the printer name. +printer type instead by supplying the printer name. Only after enabling esc/pos emulation found in the online documentation of +`Star Micronics `_. .. code-block:: Python p = Win32Raw() -More information on this topic can be found in the online documentation of -`Star Micronics `_ -and the `discussion in the python-escpos project `_. +Currently it does not seem to be possible to emulate esc/pos on Linux. + +More information on this topic can be found in the +`discussion in the python-escpos project `_.