Michael Billington

Results 56 comments of Michael Billington

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...

Hi @selvakmr160, can you share the USB vendor ID and product ID of your printer, and the contents of the `mainifest.json` after you edited it?

Hi, good feature request, and I agree that it would be **_useful_**. You are clearly aware that HTML -> ESC/POS printing in a browser currently involves creating a raster of...

Hi, could you include a screen capture of where you found the vendor & product ID's, so that I can check the conversion and see which OS you are using?

OP has the correct format. Decimal, not hex. Numeric, not string. See chrome api docs if this is unclear. Note that this app is no longer being developed, see the...

It's not possible to enumerate USB devices using the Chrome API, so the vendor and product ID must be listed in the manifest for this code to be able to...

Could you include more information? eg- - Which OS and chrome version are you running? - Can you print using the test button in the Chrome app? - Does `netstat`...

I'll assume this is a bug.

Yes! This is correct. One gotcha: the ID's are usually reported in hex (base 16), but you need to convert them to decimal (base 10) for the Chrome app manifest....

I've labeled this as an `enhancement` because I agree that it would be useful, though I'm not planning on adding it myself any time soon (pull requests welcome). We would...