Equipment/WASP WPL305E: Difference between revisions
From London Hackspace Wiki
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
| template_ver = 1.1 <!-- Please do not change. Used for tracking out-of-date templates --> | | template_ver = 1.1 <!-- Please do not change. Used for tracking out-of-date templates --> | ||
}} | }} | ||
Has usb, serial and parallel connections. | Has usb, serial and parallel connections. | ||
Line 45: | Line 46: | ||
* [http://support.waspbarcode.com/MRcgi/MRTicketPage.pl?USER=&MRP=0&MAJOR_MODE=DETAILS&MAXMININC=&MRNUMBERLIST=21429%2C25365%2C21228%2C27641%2C23874%2C24243%2C23455%2C24730%2C25211%2C24708%2C174149%2C73437&LASTID=45929&ABN=&GRPDETAIL=&HISTORYKEY=&CUSTM=&MR=25365&PROJECTID=1 recalibrate] | * [http://support.waspbarcode.com/MRcgi/MRTicketPage.pl?USER=&MRP=0&MAJOR_MODE=DETAILS&MAXMININC=&MRNUMBERLIST=21429%2C25365%2C21228%2C27641%2C23874%2C24243%2C23455%2C24730%2C25211%2C24708%2C174149%2C73437&LASTID=45929&ABN=&GRPDETAIL=&HISTORYKEY=&CUSTM=&MR=25365&PROJECTID=1 recalibrate] | ||
== repo == | |||
Some code here: | |||
https://github.com/londonhackspace/wasp-label-printer |
Revision as of 22:21, 11 June 2013
Barcode printer | |
---|---|
Model | WASP WPL-305e |
Sub-category | Office equipment |
Status | Under construction |
Consumables | Unknown |
Accessories | Unknown |
Training link | Unknown |
Owner | LHS |
Origin | Unknown |
Location | Quiet room |
Has usb, serial and parallel connections.
Works
Prints onto stickey labels.
http://www.waspbarcode.com/printers/wpl305_barcode_printer.asp
All-in-one firmware, includes: WPL, WPLE (Eltron emulation) and WPLZ (Zebra emulation)
8 alpha-numeric bitmap fonts, one true type font
BARCODES 1D barcode: Code 39, Code 39C, Code 93, Code128UCC, Code128 subsets A.B.C, Codabar, Interleave 2 of 5, EAN-8, EAN-13, EAN-128, UPC-A, UPC-E, EAN and UPC 2(5) digits add-on, MSI, PLESSEY, POSTNET, China Post, ITF 14, EAN 14
2D barcode: PDF-417, Maxicode, DataMatrix, QR code
Afaict has no docs for the printer language or open source drivers :(
WPL programming docs:
cups supports the Zebra protocol (ZPL), but i've not got it to work reliably.
repo
Some code here: