bdqh-software-maintenance-e.../src/render/stores/serialPort/data.ts

8 lines
517 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

export const filters = [
{ usbProductId: 8963 , usbVendorId: 1659 }, // 核心处理模块micro-usb蓝色无线通信模块
{ usbProductId: 29986, usbVendorId: 6790 }, // 核心处理模块(type-c),红色无线通信模块
{ usbProductId: 29987, usbVendorId: 6790 }, // 核心处理模块(type-c)
{ usbProductId: 2 , usbVendorId: 12346 }, // 黑色无线通信模块typc-c,micro-usb
{ usbProductId: 21970, usbVendorId: 6790 }, // 星座图监控软件配套红盒子接收机
]