There are several. These label printers come to mind ( From USA):
Tec also known as Toshiba
Sato
Zebra
Datamax
Monarch
They all have their programming language or use a third party software such as label view, codesoft, nicelabel, bartender.
For example for Tec printer. Send these Tec printer commands to print text,barcode:
*--Not tested
*--No of labels = 10
lc_oh = "10"
lc_copies= ALLTRIM(RIGHT("0000"+ALLTRIM(lc_oh),4))
*--For barcode
lc_xitem2 = "ABC1234"
*-- For text
lc_desc = " Description"
PRINTJOB
? "{D0541,0762,0508|}"
? "{C|}"
? "{U2;0130|}"
? "{D0541,0762,0508|}"
? "{AX;+000,+000,+00|}"
? "{AY;+00,0|}"
*-- Text
? "{PC001;0020,0210,20,30,K,00,B|}"
*--Barcode Code 39
? "{XB00;0045,0290,3,1,03,03,09,09,03,0,0101|}"
ENDPRINTJOB
PRINTJOB
*-- ITEM
? "{RC01;"+ALLTRIM(lc_desc) +"|}"
? "{RB00;"+ALLTRIM(lc_xitem2)+"|}"
? "{XS;I,"+lc_copies+",0002C6000|}"
ENDPRINTJOB
Hope this helps.
Edgar
Integrated Bar Code Systems, Inc.