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] = {"#aR@S\r"};
      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.
_______________________________________________
avrdude-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to