avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] how to change serial for the programmer?


From: Anton Smirnov
Subject: [avrdude-dev] how to change serial for the programmer?
Date: Tue, 23 Jul 2013 08:02:41 +0600

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


reply via email to

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