avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] avr109 reset for Leonardo/Micro


From: Anton Smirnov
Subject: [avrdude-dev] avr109 reset for Leonardo/Micro
Date: Mon, 23 Sep 2013 00:16:03 +0600

Hi all.

Can anybody explain me why Leonardo/Micro that uses avr109 are reset using
the next code ("butterfly.c"):

      char mk_reset_cmd[6] = {"address@hidden"};
      unsigned char mk_timeout = 0;

      putc('.', stderr);
      butterfly_send(pgm, mk_reset_cmd, sizeof(mk_reset_cmd));
      usleep(20000);

I expected to see port opening at baud rate 1200 and port closing code as
it's written in Leonardo description.

Thanks in advance,
Anton.


reply via email to

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