avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] avrdude libusb-1.0 serial


From: Anton Smirnov
Subject: [avrdude-dev] avrdude libusb-1.0 serial
Date: Sun, 21 Jul 2013 18:50:31 +0600

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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]