mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	examples: software_barcode: fix too long code39 for 5890 printer
This commit is contained in:
		| @@ -6,4 +6,4 @@ p = Usb(0x0416, 0x5011, profile="POS-5890") | |||||||
|  |  | ||||||
| # Some software barcodes | # Some software barcodes | ||||||
| p.soft_barcode('code128', 'Hello') | p.soft_barcode('code128', 'Hello') | ||||||
| p.soft_barcode('code39', '123456') | p.soft_barcode('code39', '1234') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Romain Porte
					Romain Porte