Min Hyeok, Jang
Min Hyeok, Jang
I fixed this problem with below codes in 'UartWinCH34x.java'. // USB_TYPE_VENDOR | USB_RECIP_DEVICE | USB_DIR_OUT private static final byte REQTYPE_HOST_TO_INTERFACE = (byte) (UsbConstants.USB_TYPE_VENDOR | UsbConstants.USB_DIR_OUT); // USB_TYPE_VENDOR | USB_RECIP_DEVICE |...
 I find out that, It was because of can't opening the firmware file. I think I can fix it, then I will contribute the react-native-physicaloid library later. btw Special...