Hi everybody.

Can you suggest me how to change serial for arduino programmer (arduino.h)
from ser_posix (current) to usb_libusb ? I've reviewed code but still can't
understand how it's choosing serial.

can it be done removing
   struct serial_device *serdev = &serial_serdev;

from ser_posix.c

and and adding
   // trying to make usb_serdev default
   struct serial_device *serdev = &usb_serdev;

to usb_libusb.c
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to