Project:ESC/POS Label Printing: Difference between revisions

From CoMakingSpace Wiki

m (Remember that this is mediawiki and not typst)
m (Link user)
Line 4: Line 4:
|status=ongoing
|status=ongoing
|date=
|date=
|initiator=Ada
|initiator=[[User:Ada|Ada]]
|team=
|team=
|materials=
|materials=
Line 14: Line 14:
I am doing inventory and want to print labels. I found this thermoprinter in a pile of cables that I want to use for printing inventory labels.
I am doing inventory and want to print labels. I found this thermoprinter in a pile of cables that I want to use for printing inventory labels.


== Hardware ==
==Hardware==
My printer talks TTL that you can plug into the UART of a Raspberry Pi.
My printer talks TTL that you can plug into the UART of a Raspberry Pi.


Line 21: Line 21:
There is a large amount of 57mm thermopaper available. You can even buy adhesive thermopaper which is ideal for this project.
There is a large amount of 57mm thermopaper available. You can even buy adhesive thermopaper which is ideal for this project.


== Software ==
==Software==

Revision as of 08:12, 15 September 2023

ProjectInfoBox

ESC/POS Label Printing

Project-default.png
Status: ongoing
Initiator: Ada


I am doing inventory and want to print labels. I found this thermoprinter in a pile of cables that I want to use for printing inventory labels.

Hardware

My printer talks TTL that you can plug into the UART of a Raspberry Pi.

I connected my printer's RX to a Raspberry Pi's TX and both printer and Pi to some power.

There is a large amount of 57mm thermopaper available. You can even buy adhesive thermopaper which is ideal for this project.

Software