receipt-print-hq / chrome-raw-print

Chrome app to enable raw printing from a browser
MIT License
67 stars 23 forks source link

Can't add Bixolon SPR 150 #11

Open zmaglica opened 6 years ago

zmaglica commented 6 years ago

Hi,

I want to add Bixolon SPR 150 thermal printer. Output UNIX command to get product ID and vendor ID is: Product ID: 0x001a Vendor ID: 0x1504

After that I converted hexadecimal to decimal and inserted to manifest.json. This is results of Product ID and Vendor ID after conversion:

Product ID:26 Vendor ID: 5380

Problem is that extension doesn't recognize printer. Can you tell me can I add this printer?

mike42 commented 6 years ago

The steps you are following are correct, and I've just added this printer to the manifest in the repo.

Can you confirm that you removed & re-installed the app after editing the manifest?

zmaglica commented 6 years ago

I deleted and reinstalled extension and it still can't find printer. I googled a bit and I noticed that this type of printer is not supported via google chrome usb api