Min Hyeok, Jang

Results 2 comments of 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 |...

![image](https://user-images.githubusercontent.com/52376170/131637852-f95917b2-4a72-4397-9286-7e43909ba704.png) 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...