Hello guys. I'd like to have serial which works over libusb-1.0 (slightely modified by some guy) behind the scene for uploading to Arduino boards. So now the protocol is "Arduino" (arduino.c/h) and serial is POSIX (ser_posix.c). I found 'usb_libusb.c' file does what i need but it seems to use libusb-0.1.
What is the best way to do what i want: use usb_libusb.c with wrapper for libusb-1.0 (afaik there are some performance issues), use ready another serial for libusb1.0 (is it?) or your suggestion. Thank you! _______________________________________________ avrdude-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avrdude-dev
