diff --git a/doc/user/usage.rst b/doc/user/usage.rst
index 2a1fff15..ad9d43f1 100644
--- a/doc/user/usage.rst
+++ b/doc/user/usage.rst
@@ -319,8 +319,17 @@ 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 `_.
+However, for Windows it is possible to use the `Win32Raw `_
+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()
+
+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 `_.