Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

The printer list does not shows #18

Open
santha6693 opened this issue Dec 27, 2017 · 5 comments
Open

The printer list does not shows #18

santha6693 opened this issue Dec 27, 2017 · 5 comments

Comments

@santha6693
Copy link

Hi,

I have added our specific vendor and produect id in the manifest.json file but it does not shows printer list.

The details are

{"vendorId": 8086, "productId": 26},
{"vendorId": 8087, "productId": 24}]

@mike42
Copy link
Contributor

mike42 commented Jan 26, 2018

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?

@manikandan07081995
Copy link

screen shot 2018-03-07 at 8 07 39 pmmy printer vendar id {"vendorId": "0x03f0", "productId": "0x322a"}]
Selected printer not showing.

{
"app": {
"background": {
"scripts": ["main.js"]
}
},
"manifest_version": 2,
"name": "Raw print connector",
"version": "0.2",
"description": "Pass raw data to USB receipt printers",
"icons": {
"128": "icon_128.png"
},
"minimum_chrome_version": "25",
"sockets": {
"tcp": {
"connect": ""
},
"tcpServer": {
"listen": "
"
}
},
"permissions": ["usb"],
"optional_permissions": [
{"usbDevices": [
{"vendorId": "0x03f0", "productId": "0x322a"}]
}]
}

@manikandan07081995
Copy link

i need this.Kindly give you best.

@manikandan07081995
Copy link

I have converted my vendor id to hexa decimal

@mike42
Copy link
Contributor

mike42 commented Mar 19, 2018

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 notice at the top of the README for details of that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants