X-Git-Url: https://git.rohieb.name/stratum0-wiki.git/blobdiff_plain/a081a90d5c5ccf917650e81de95e76e8815a94d4..fbc74a5a3616e525bfca13aa1b7dd8a3ac6f10fe:/Epson_DM-D203.mw?ds=inline

diff --git a/Epson_DM-D203.mw b/Epson_DM-D203.mw
index 0f97006de..50f0de75a 100644
--- a/Epson_DM-D203.mw
+++ b/Epson_DM-D203.mw
@@ -44,7 +44,7 @@ Baudrate:
 | OFF || OFF || 19200
 |}
 
-Connector:
+== Schnittstelle ==
 {| class="prettytable"
 ! Pin !! Farbe !! Funktion
 |-
@@ -68,7 +68,7 @@ Connector:
 Anschließen:
 * 24V an kleines Stück blaues Kabel in der Nähe vom Kühlkörper
 * Ground an Pin 1 ''und'' 3 vom Stecker
-* Daten mit TTL (3.3V) an langes blaue Kabel bei R33
+* Daten nimmt das Display derzeit über das Kabel an R33 via UART TTL 3,3V an. Das Protokol ist ASCII ähnlich und ist in [http://www.mikrocontroller.net/attachment/43624/DM_D110_Steuerkommandos.pdf DM_D110_Steuerkommandos.pdf] auf Seite 26 Dokumentiert
 
 == Bilder ==
 <gallery>
@@ -80,3 +80,7 @@ Datei:20120627-kassendisplay-01.jpg
 * http://www.mikrocontroller.net/attachment/43624/DM_D110_Steuerkommandos.pdf (für ähnliches Modell)
 * http://www.buschke.net/infotext/dmd101.html
 * http://www.mikrocontroller.net/topic/119416
+
+Es gibt eine Python-Library, die sich um die Kommunikation kümmert: https://github.com/stratum0/dm-d203-lib
+
+[[Kategorie:Display]]