JP Liew
JP Liew
It is very sad that a simple bug like this identified 6 years ago is still not fixed. https://github.com/android/connectivity-samples/issues/46
Can you please try the following tests one by one ## Test 1 wg ---> reader 1 connect to 14, 15 ## Test 2 wg2 ---> reader 2 connect to...
let me know the result, I might need rewrite the code.
Ok, I will work on a fix. I think this is a bug.
@rassaifred not yet. Arduino attachInterrupt is preventing the whole the ISR in the object. There are many discussion about this for other library. I need to workout a better way...
@NamoDev @rassaifred multiple instances support https://github.com/jpliew/Multi-Reader-Wiegand-Protocol-Library-for-Arduino
Hey @riggs , just wondering if you have implemented the MS_OS_20_DESCRIPTOR ? Also for BOS_DESCRIPTOR ``` const USB_Descriptor_BOS_t PROGMEM BOSDescriptor = BOS_DESCRIPTOR( (WEBUSB_DESCRIPTOR(WEBUSB_VENDOR_CODE, WEBUSB_LANDING_PAGE_INDEX)) ); ``` and ``` #define WEBUSB_DESCRIPTOR(VendorCode,...
@riggs just tested with ATmega32U2, make successful ``` AVR Memory Usage ---------------- Device: atmega32u2 Program: 2480 bytes (7.6% Full) (.text + .data + .bootloader) Data: 13 bytes (1.3% Full) (.data...
11109 is the version that will compile and run Caterina on ATmega32U4 properly. For version after 11109, there are changes needed on Caterina source code to be compiled correctly.
I can confirm that Leonardo is working properly using USB cable. @caimunnoi you might want to check with USB cable first like @jguille2 said.