Theera Expert Licensed User Longtime User Feb 2, 2025 #1 In Manifest file,I add createresorce() as belows ,I don't know to get vendor-id and product-id are? Please help me how to get them. How to convert 0x9540 to int? CreateResource(xml, device_filter.xml, <resources> <!-- 0x0403 / 0x6001: FTDI FT232R UART --> <usb-device vendor-id="1027" product-id="24577" /> <!-- 0x067b / 0x2303 Prolific PL2303 --> <usb-device vendor-id="1659" product-id="8963"/> <!--0x9540 / 0x58F EMV SmartCard --> <usb-device vendor-id=? product-id=? /> <!-- Your device PID/VID --> <usb-device vendor-id="YourVID" product-id="YourPID"/> </resources> ) Click to expand... Attachments Screenshot_20250131_115049.png 45.7 KB · Views: 114 Last edited: Feb 2, 2025
In Manifest file,I add createresorce() as belows ,I don't know to get vendor-id and product-id are? Please help me how to get them. How to convert 0x9540 to int? CreateResource(xml, device_filter.xml, <resources> <!-- 0x0403 / 0x6001: FTDI FT232R UART --> <usb-device vendor-id="1027" product-id="24577" /> <!-- 0x067b / 0x2303 Prolific PL2303 --> <usb-device vendor-id="1659" product-id="8963"/> <!--0x9540 / 0x58F EMV SmartCard --> <usb-device vendor-id=? product-id=? /> <!-- Your device PID/VID --> <usb-device vendor-id="YourVID" product-id="YourPID"/> </resources> ) Click to expand...
Solution Theera Feb 2, 2025 Ok I find the tool Hexadecimal to Decimal Converter Hexadecimal to decimal converter helps you to calculate decimal value from a hex number up to 16 characters length, and hex to dec conversion table. www.binaryhexconverter.com
Ok I find the tool Hexadecimal to Decimal Converter Hexadecimal to decimal converter helps you to calculate decimal value from a hex number up to 16 characters length, and hex to dec conversion table. www.binaryhexconverter.com
Theera Expert Licensed User Longtime User Feb 2, 2025 #2 Ok I find the tool Hexadecimal to Decimal Converter Hexadecimal to decimal converter helps you to calculate decimal value from a hex number up to 16 characters length, and hex to dec conversion table. www.binaryhexconverter.com Upvote 0 Solution
Ok I find the tool Hexadecimal to Decimal Converter Hexadecimal to decimal converter helps you to calculate decimal value from a hex number up to 16 characters length, and hex to dec conversion table. www.binaryhexconverter.com