JavalibUsb library - getDevice function



我想使用Javalibusb库通过USB连接到PC连接PIC18f4550我对下面的代码行有一个问题:

  // get a device instance with vendor id and product id
 Device dev = USB.getDevice((short) 0x8235, (short) 0x0222);

我从哪里知道要插入函数的供应商ID和产品ID

我不得不使用

最新更新