You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to filter the connected USB Serial chip such as CP2102 with vender-id=4292 and product-id=60000 in the react-native-serialport's own manifest file(node_modules\react-native-serialport\android\src\main\AndroidManifest.xml) similar as scheme used in the Android APP Manifest file(android\app\src\main\AndroidManifest.xml) like below:
The target is let the APP only respoonses to CP2102 Chip when USB devices are connected, eg. if a U-Disk is connected, there should be no responses to the U-Disk
The text was updated successfully, but these errors were encountered:
How to filter the connected USB Serial chip such as CP2102 with vender-id=4292 and product-id=60000 in the react-native-serialport's own manifest file(node_modules\react-native-serialport\android\src\main\AndroidManifest.xml) similar as scheme used in the Android APP Manifest file(android\app\src\main\AndroidManifest.xml) like below:
https://stackoverflow.com/questions/19965209/use-the-device-filter-xml-resource-file-to-filter-usb-enumeration-results
The target is let the APP only respoonses to CP2102 Chip when USB devices are connected, eg. if a U-Disk is connected, there should be no responses to the U-Disk
The text was updated successfully, but these errors were encountered: