Tiskárny TSC - automatický tisk QR kódů VCardKB0008
Program pro automatický tisk QR kódů s adresou ve formátu VCard na tiskárnách TSC. Načtený kód přímo připojenou čtečkou k tiskárně odešle načtenou vizitku a ta následně vytvoří QR kód a vytiskne jej.
The QR code with the address is encoded in the following form, unlike the text. It is therefore necessary to read it with a 2D reader via the serial interface to preserve the [LF]
BEGIN:VCARD[LF]VERSION:3.0[LF]N: ... [LF]END:VCARD
It is therefore necessary to load the 2D reader via the serial interface to preserve [LF]
AUTO.BAS program
DIRECTION 1 CLS PREINPUT "BEGIN:" POSTINPUT "END:VCARD" SET FILTER ON :START CLS INPUT data1$ QRCODE 60,20,L,4,A,0,M2, "BEGIN: "+data1$+"END:VCARD" PRINT 1.1 GOTO START EOP
-PB-
Applies to:
- MX340P Metal Industrial Bar Code Printer, 300 dpi, 14 ips (TSC-MX340P)
- MX640 Metal Industrial Bar Code Printer with internal rewinder, 600 dpi, 6 ips (TSC-MX-640-IREW)
- MX640P Metal Industrial Bar Code Printer, 600 dpi, 6 ips (TSC-MX640P)
- MX-240 Metal Industrial Bar Code Printer, 203 dpi, 14 ips (final sale) (TSC-MX240P)
- TX200 Desktop Barcode Printer, LCD, 203 dpi, 8 ips, USB + RS232 + LAN, RTC, slot-in connection (TSC-TX-200-LSIC)
- TX300 Desktop Barcode Printer, 300 dpi, 6 ips, USB + RS232 + LAN (TSC-TX-300)
- TX300 Desktop Barcode Printer, 300 dpi, 6 ips, LCD, USB + RS232 + LAN, RTC (TSC-TX-300-L)
- TX200 Desktop Barcode Printer, 203 dpi, 8 ips, USB + RS232 + LAN, int. slot for BT/WF (TSC-TX-200-SIC)
- TX200 Desktop Barcode Printer, LCD, 203 dpi, 8 ips, USB + RS232 + LAN, RTC (TSC-TX-200-L)
- TX300 Desktop Barcode Printer, 300 dpi, 6 ips, USB+RS232+LAN, slot for BT/WF (TSC-TX-300-SIC)
- TX600 Desktop Barcode Printer, LCD, 300 dpi, 4 ips, USB + RS232 + LAN, RTC, slot-in connection (TSC-TX600-LSIC)